mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -448,7 +448,7 @@ struct config_odbc_obj {
|
|||||||
char filename[128];
|
char filename[128];
|
||||||
char category[128];
|
char category[128];
|
||||||
char var_name[128];
|
char var_name[128];
|
||||||
char var_val[128];
|
char var_val[1024]; /* changed from 128 to 1024 via bug 8251 */
|
||||||
SQLINTEGER err;
|
SQLINTEGER err;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user