mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
[mod_pgsql] Coverity: 1227660 Logically dead code
This commit is contained in:
parent
a24c077809
commit
ac4b1ecb66
@ -113,7 +113,7 @@ static int db_is_up(switch_pgsql_handle_t *handle)
|
|||||||
char *err_str = NULL;
|
char *err_str = NULL;
|
||||||
int max_tries = DEFAULT_PGSQL_RETRIES;
|
int max_tries = DEFAULT_PGSQL_RETRIES;
|
||||||
int code = 0;
|
int code = 0;
|
||||||
int recon = 0;
|
switch_status_t recon = SWITCH_STATUS_FALSE;
|
||||||
switch_byte_t sanity = 255;
|
switch_byte_t sanity = 255;
|
||||||
|
|
||||||
if (handle) {
|
if (handle) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user