X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=catgconf.c;h=650a0e9a9ce543b81710eab78799e7bd84d9b414;hb=e6b234bb547479f8862badeee58d1b1415a2439d;hp=f3d7b9c3ded22d24fa05d3789a5cfa5251f7d83d;hpb=748743942feb02681431be1ebc1ac4d04367a362;p=radsecproxy.git diff --git a/catgconf.c b/catgconf.c index f3d7b9c..650a0e9 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; } @@ -67,3 +67,7 @@ usage: debug(DBG_ERR, "Usage:\n%s [ -c ] configfile", argv[0]); exit(1); } + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */