fixed the slightly more informative logging
authorvenaas <venaas>
Wed, 30 Apr 2008 09:16:41 +0000 (09:16 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Wed, 30 Apr 2008 09:16:41 +0000 (09:16 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@247 e88ac4ed-0b26-0410-9574-a7f39faa03bf

radsecproxy.c

index e90187d..90260fd 100644 (file)
@@ -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);