From 043462cb4b8a24e4a4b459fbaa20309f5c33b2e0 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 30 Apr 2008 09:16:41 +0000 Subject: 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 --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1