diff options
author | Linus Nordberg <linus@nordu.net> | 2011-07-03 13:03:37 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-07-03 13:03:37 +0200 |
commit | e148cf6184c194b6dafe3963ea40254f43432b55 (patch) | |
tree | 83b1e30f82cb8eb160d90bc79f06d87b4df7a616 | |
parent | 7b25f269396eec809b29f7c4867225b10bb69629 (diff) |
Formatting changes.
-rw-r--r-- | radsecproxy.c | 6 |
1 files 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) { |