[asterisk-commits] kpfleming: trunk r37952 -
/trunk/res/res_config_pgsql.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Jul 19 10:21:33 MST 2006
Author: kpfleming
Date: Wed Jul 19 12:21:33 2006
New Revision: 37952
URL: http://svn.digium.com/view/asterisk?rev=37952&view=rev
Log:
restore buildability
Modified:
trunk/res/res_config_pgsql.c
Modified: trunk/res/res_config_pgsql.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_config_pgsql.c?rev=37952&r1=37951&r2=37952&view=diff
==============================================================================
--- trunk/res/res_config_pgsql.c (original)
+++ trunk/res/res_config_pgsql.c Wed Jul 19 12:21:33 2006
@@ -514,7 +514,7 @@
char *field_var_val = PQgetvalue(result, rowIndex, 2);
char *field_cat_metric = PQgetvalue(result, rowIndex, 3);
if (!strcmp(field_var_name, "#include")) {
- if (!ast_config_internal_load(field_var_val, cfg)) {
+ if (!ast_config_internal_load(field_var_val, cfg, 0)) {
PQclear(result);
ast_mutex_unlock(&pgsql_lock);
return NULL;
More information about the asterisk-commits
mailing list