From c62df2e2a4797482cb2247400d6ae4830df25a3d Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 30 May 2008 12:52:40 +0000 Subject: 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 --- catgconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catgconf.c') 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; } -- cgit v1.1