From: Kevin P. Fleming Date: Wed, 19 Jul 2006 17:16:08 +0000 (+0000) Subject: restore buildability (bad marko!) X-Git-Tag: 1.4.0-beta1~554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=886a6bd6f921e6d953bc0126c3b155cafd4dbe58;p=thirdparty%2Fasterisk.git restore buildability (bad marko!) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37950 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c index 81df461591..31989ebd7c 100644 --- a/res/res_config_odbc.c +++ b/res/res_config_odbc.c @@ -539,7 +539,7 @@ static struct ast_config *config_odbc(const char *database, const char *table, c while ((res = SQLFetch(stmt)) != SQL_NO_DATA) { 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); odbc_release_obj(obj); return NULL;