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:
@@ -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
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user