summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-07-19 17:21:33 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-07-19 17:21:33 +0000
commita353387ea7c06a2c8d053a3f3a46e51f9e296df5 (patch)
tree4bf16aa7753d4b1897ba24c5feb4d8817ebc9e1c /res/res_config_pgsql.c
parent5aad4439e9b2d1c64117789aa61fc1732407c0e2 (diff)
restore buildability
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_pgsql.c')
-rw-r--r--res/res_config_pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 885b9192e..8b8d77d91 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;