提交 60f40a33 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix tupe

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6111 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 eff23152
...@@ -185,7 +185,7 @@ static int db_is_up(switch_odbc_handle_t *handle) ...@@ -185,7 +185,7 @@ static int db_is_up(switch_odbc_handle_t *handle)
{ {
int ret = 0; int ret = 0;
SQLHSTMT stmt = NULL; SQLHSTMT stmt = NULL;
SQLINTEGER m = 0; SQLLEN m = 0;
int result; int result;
switch_event_t *event; switch_event_t *event;
switch_odbc_status_t recon = 0; switch_odbc_status_t recon = 0;
...@@ -305,7 +305,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb ...@@ -305,7 +305,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb
{ {
SQLHSTMT stmt = NULL; SQLHSTMT stmt = NULL;
SQLSMALLINT c = 0, x = 0; SQLSMALLINT c = 0, x = 0;
SQLINTEGER m = 0, t = 0; SQLLEN m = 0, t = 0;
int result; int result;
assert(callback != NULL); assert(callback != NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论