mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Increase max buffer size (bug #2926)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -416,7 +416,7 @@ static struct ast_config *config_odbc (const char *database, const char *table,
|
||||
odbc_obj *obj;
|
||||
SQLINTEGER err=0, commented=0, cat_metric=0, var_metric=0, last_cat_metric=0;
|
||||
SQLBIGINT id;
|
||||
char sql[255] = "", filename[128], category[128], var_name[128], var_val[128];
|
||||
char sql[255] = "", filename[128], category[128], var_name[128], var_val[512];
|
||||
SQLSMALLINT rowcount=0;
|
||||
SQLHSTMT stmt;
|
||||
char last[80] = "";
|
||||
|
Reference in New Issue
Block a user