1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 10:03:14 +02:00

Clean up some of the dns code, udp is connectionless anyway so this isnt required

This commit is contained in:
Adam
2011-07-03 00:19:54 -04:00
parent c585964e60
commit 2caf5868d0
3 changed files with 51 additions and 109 deletions
-2
View File
@@ -344,8 +344,6 @@ void Init(int ac, char **av)
/* Create me */
Me = new Server(NULL, Config->ServerName, 0, Config->ServerDesc, Config->Numeric);
DNSEngine = new DNSManager();
#ifndef _WIN32
if (!nofork)
{