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:
Michael Jerris 2008-01-29 21:46:34 +00:00
parent 00fade3d98
commit 4614d0baf2
1 changed files with 1 additions and 1 deletions

View File

@ -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);