[asterisk-commits] kpfleming: trunk r37950 - /trunk/res/res_config_odbc.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jul 19 10:16:09 MST 2006


Author: kpfleming
Date: Wed Jul 19 12:16:08 2006
New Revision: 37950

URL: http://svn.digium.com/view/asterisk?rev=37950&view=rev
Log:
restore buildability (bad marko!)

Modified:
    trunk/res/res_config_odbc.c

Modified: trunk/res/res_config_odbc.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_config_odbc.c?rev=37950&r1=37949&r2=37950&view=diff
==============================================================================
--- trunk/res/res_config_odbc.c (original)
+++ trunk/res/res_config_odbc.c Wed Jul 19 12:16:08 2006
@@ -539,7 +539,7 @@
 
 	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;



More information about the asterisk-commits mailing list