mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
restore buildability (bad marko!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -539,7 +539,7 @@ static struct ast_config *config_odbc(const char *database, const char *table, c
|
|||||||
|
|
||||||
while ((res = SQLFetch(stmt)) != SQL_NO_DATA) {
|
while ((res = SQLFetch(stmt)) != SQL_NO_DATA) {
|
||||||
if (!strcmp (q.var_name, "#include")) {
|
if (!strcmp (q.var_name, "#include")) {
|
||||||
if (!ast_config_internal_load(q.var_val, cfg)) {
|
if (!ast_config_internal_load(q.var_val, cfg, 0)) {
|
||||||
SQLFreeHandle(SQL_HANDLE_STMT, stmt);
|
SQLFreeHandle(SQL_HANDLE_STMT, stmt);
|
||||||
odbc_release_obj(obj);
|
odbc_release_obj(obj);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user