From 9b3f2821960aa5203d84cf7994090d069b0d1e51 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 11 Nov 2007 20:52:21 +0000 Subject: Fixed all that, back to the crash we had before (yay?) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8583 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dns.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dns.cpp') diff --git a/src/dns.cpp b/src/dns.cpp index 1918053b5..8a274577e 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -338,8 +338,6 @@ void DNS::Rehash() this->ip6munge = true; } - printf("dns server: %s\n", ServerInstance->Config->DNSServer); - this->socketfamily = AF_INET; #ifdef IPV6 if (strchr(ServerInstance->Config->DNSServer,':')) -- cgit v1.2.3