From e148cf6184c194b6dafe3963ea40254f43432b55 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 3 Jul 2011 13:03:37 +0200 Subject: Formatting changes. --- radsecproxy.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/radsecproxy.c b/radsecproxy.c index 755cc29..fdf3d81 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2260,10 +2260,8 @@ int dynamicconfig(struct server *server) { close(fd[1]); pushgconffile(&cf, fdopen(fd[0], "r"), conf->dynamiclookupcommand); - ok = getgenericconfig(&cf, NULL, - "Server", CONF_CBK, confserver_cb, (void *)conf, - NULL - ); + ok = getgenericconfig(&cf, NULL, "Server", CONF_CBK, confserver_cb, + (void *) conf, NULL); freegconf(&cf); if (waitpid(pid, &status, 0) < 0) { -- cgit v1.1