forked from Mirrors/freeswitch
potentially uninitialized variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5058 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a6a5dd0cd7
commit
0a4abb5c81
@ -168,7 +168,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_connect(switch_odbc_hand
|
|||||||
static int db_is_up(switch_odbc_handle_t *handle)
|
static int db_is_up(switch_odbc_handle_t *handle)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
SQLHSTMT stmt;
|
SQLHSTMT stmt = NULL;
|
||||||
SQLINTEGER m = 0;
|
SQLINTEGER m = 0;
|
||||||
int result;
|
int result;
|
||||||
switch_event_t *event;
|
switch_event_t *event;
|
||||||
|
Loading…
Reference in New Issue
Block a user