diff options
author | Adam <Adam@anope.org> | 2011-07-03 00:19:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-03 00:19:54 -0400 |
commit | 2caf5868d010f74b14214da6a003f0753b82d74d (patch) | |
tree | 506641b404784297654ee8070f7bff70f2e4afad /src/init.cpp | |
parent | c585964e608414488378ca2c5869e8d258997e8d (diff) |
Clean up some of the dns code, udp is connectionless anyway so this isnt required
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 96771eff0..73589b468 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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) { |