diff options
Diffstat (limited to 'catgconf.c')
-rw-r--r-- | catgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |