diff options
author | venaas <venaas> | 2008-04-30 09:16:41 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-04-30 09:16:41 +0000 |
commit | 04512e4102e5708d07f1eea71b098c87177f4cdb (patch) | |
tree | 0d6238c6bfb2efe96eda02bb74ff25d7ae4d4602 | |
parent | bee621eac9130275f75f6f7cb57c28234cbe46dd (diff) |
fixed the slightly more informative logging
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@247 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index d8621c2..66590ad 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2974,7 +2974,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); |