summaryrefslogtreecommitdiff
path: root/catgconf.c
diff options
context:
space:
mode:
authorvenaas <venaas>2008-05-30 12:52:40 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-05-30 12:52:40 +0000
commitc62df2e2a4797482cb2247400d6ae4830df25a3d (patch)
treed9b8c0580531b36244f913a7407ed49e49a669ff /catgconf.c
parent405ae6c9f97d0e481c0e7f2792e7f7be6abe1b26 (diff)
some gconfig improvements, made proxy accept server config from external program
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@266 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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;
}