1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 01:43:12 +02:00

Fix with debugmode

This commit is contained in:
stskeeps
2002-03-16 16:51:56 +00:00
parent 0c540e883f
commit ef43f0f2ca
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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
-2
View File
@@ -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;