diff --git a/Changes b/Changes index 20102cd9a..8f0121102 100644 --- a/Changes +++ b/Changes @@ -1235,3 +1235,4 @@ seen. gmtime warning still there - Fixed a /mkpasswd typo and added the updated /mkpasswd syntax to doc/unrealircd.doc, both reported by peck - Made the command system use module objects (haven't yet converted modules to use it) +- Fix with DEBUGMODE \ No newline at end of file diff --git a/src/res.c b/src/res.c index cf96f58c5..40c487913 100644 --- a/src/res.c +++ b/src/res.c @@ -388,8 +388,6 @@ static int send_res_msg(char *msg, int len, int rcount) { Debug((DEBUG_DNS, "Sending to nameserver %i", i)); - Debug((DEBUG_DNS, "IP: %s", - inet_ntoa(ircd_res.nsaddr_list[0].s_addr))); #ifdef INET6 /* still IPv4 */ ircd_res.nsaddr_list[i].sin_family = AF_INET;