summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2008-04-30 09:16:41 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-04-30 09:16:41 +0000
commit043462cb4b8a24e4a4b459fbaa20309f5c33b2e0 (patch)
tree3a560a26baab179902b8e181bd9615daf8d1def7 /radsecproxy.c
parentc913dab35c959a7a69bd33f0e2da07c8040fbd8c (diff)
fixed the slightly more informative logging
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@247 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index e90187d..90260fd 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -2785,7 +2785,7 @@ void confclient_cb(struct gconffile **cf, char *block, char *opt, char *val) {
NULL
);
- /* leave conf->name to be NULL for clients */
+ conf->name = stringcopy(val, 0);
if (!conf->host)
conf->host = stringcopy(val, 0);