fix switch_odbc build from intralanman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7432 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
00fade3d98
commit
4614d0baf2
|
@ -355,7 +355,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb
|
|||
|
||||
for (x = 1; x <= c; x++) {
|
||||
SQLSMALLINT NameLength, DataType, DecimalDigits, Nullable;
|
||||
SQLUINTEGER ColumnSize;
|
||||
SQLULEN ColumnSize;
|
||||
names[y] = malloc(name_len);
|
||||
memset(names[y], 0, name_len);
|
||||
|
||||
|
|
Loading…
Reference in New Issue