summaryrefslogtreecommitdiff
path: root/catgconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'catgconf.c')
-rw-r--r--catgconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catgconf.c b/catgconf.c
index f3d7b9c..9458156 100644
--- a/catgconf.c
+++ b/catgconf.c
@@ -17,7 +17,7 @@ void listconfig(struct gconffile **cf, char *block, int compact) {
return;
if (conftype == CONF_STR && !strcasecmp(opt, "include")) {
- if (!pushgconffiles(cf, val))
+ if (!pushgconfpaths(cf, val))
debugx(1, DBG_ERR, "failed to include config file %s", val);
continue;
}