diff options
Diffstat (limited to 'radsecproxy.c')
| -rw-r--r-- | radsecproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/radsecproxy.c b/radsecproxy.c index 02e4b70..755cc29 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2797,7 +2797,7 @@ int compileserverconfig(struct clsrvconf *conf, const char *block) {  	conf->rewriteout = getrewrite(conf->confrewriteout, NULL);      if (!addhostport(&conf->hostports, conf->hostsrc, conf->portsrc, 0)) { -	debug(DBG_ERR, "error in block %s, failed to parse %s", block, conf->hostsrc); +	debug(DBG_ERR, "error in block %s, failed to parse %s", block, *conf->hostsrc);  	return 0;      } | 
