From 7b25f269396eec809b29f7c4867225b10bb69629 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(-) (limited to 'radsecproxy.c') 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; } -- cgit v1.1