[mod_pgsql] Coverity: 1227660 Logically dead code

This commit is contained in:
Andrey Volk 2023-10-01 13:19:01 +03:00
parent a24c077809
commit ac4b1ecb66
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static int db_is_up(switch_pgsql_handle_t *handle)
char *err_str = NULL;
int max_tries = DEFAULT_PGSQL_RETRIES;
int code = 0;
int recon = 0;
switch_status_t recon = SWITCH_STATUS_FALSE;
switch_byte_t sanity = 255;
if (handle) {