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