From: Kevin P. Fleming Date: Wed, 19 Jul 2006 17:21:33 +0000 (+0000) Subject: restore buildability X-Git-Tag: 1.4.0-beta1~552 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a353387ea7c06a2c8d053a3f3a46e51f9e296df5;p=thirdparty%2Fasterisk.git restore buildability git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37952 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index 885b9192ef..8b8d77d918 100644 --- a/res/res_config_pgsql.c +++ b/res/res_config_pgsql.c @@ -514,7 +514,7 @@ static struct ast_config *config_pgsql(const char *database, const char *table, 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;