res_odbc: Use negative connection cache for all connections
authorMartin Tomec <tomec.martin@gmail.com>
Tue, 21 Apr 2015 16:52:22 +0000 (18:52 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 4 May 2015 11:47:59 +0000 (06:47 -0500)
commitebe371357e9a96ac7b01aa59168ce4e68a92b07b
treee8d6360779c2df5c8206c288daca4ba8122e7624
parent80aa9aee5df2dd41ab5a59f6437d43642e184e45
res_odbc: Use negative connection cache for all connections

Apply the negative connection cache setting to all connections,
even those that are not pooled. This ensures that the connection
will not be  re-established before the negative connection cache
time is met.

ASTERISK-22708 #close

Change-Id: I431cc2e8584ab0b6908b3523d0a0e18c9a527271
res/res_odbc.c