提交 0a4abb5c authored 作者: Michael Jerris's avatar Michael Jerris

potentially uninitialized variable

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5058 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a6a5dd0c
......@@ -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)
{
int ret = 0;
SQLHSTMT stmt;
SQLHSTMT stmt = NULL;
SQLINTEGER m = 0;
int result;
switch_event_t *event;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论