diff -r 37fea90808dd src/ircd.c
--- a/src/ircd.c	Sun May 19 08:36:49 2013 +0000
+++ b/src/ircd.c	Sun May 19 03:02:32 2013 -0600
@@ -631,11 +631,9 @@
 					}
 					if (SHOWCONNECTINFO && !cptr->serv) {
 						if (DoingDNS(cptr))
-							sendto_one(cptr,
-							    REPORT_FAIL_DNS);
+							sendto_one(cptr, "%s", REPORT_FAIL_DNS);
 						else if (DoingAuth(cptr))
-							sendto_one(cptr,
-							    REPORT_FAIL_ID);
+							sendto_one(cptr, "%s", REPORT_FAIL_ID);
 					}
 					Debug((DEBUG_NOTICE,
 					    "DNS/AUTH timeout %s",
