From b2d60ded2fd5ef977c1d3599ba993fb70bcca72c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 3 Jul 2011 13:02:32 +0200 Subject: Don't print a pointer when trying to print a string. --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radsecproxy.c b/radsecproxy.c index f026fee..130d6f0 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2789,7 +2789,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; } -- cgit v1.1