diff options
author | venaas <venaas> | 2008-05-30 12:52:40 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-05-30 12:52:40 +0000 |
commit | c62df2e2a4797482cb2247400d6ae4830df25a3d (patch) | |
tree | d9b8c0580531b36244f913a7407ed49e49a669ff /catgconf.c | |
parent | 405ae6c9f97d0e481c0e7f2792e7f7be6abe1b26 (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.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; } |