Initialize connect timeout on each time through the loop.

(closes issue #17911)
 Reported by: wurstsalat


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@283561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Tilghman Lesher 15 years ago
parent 8ae2b6a612
commit 919021ee72

@ -780,6 +780,7 @@ static int load_odbc_config(void)
pooling = 0;
limit = 0;
bse = 1;
conntimeout = 10;
forcecommit = 0;
isolation = SQL_TXN_READ_COMMITTED;
for (v = ast_variable_browse(config, cat); v; v = v->next) {

Loading…
Cancel
Save