summaryrefslogtreecommitdiff
path: root/src/dns.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 20:52:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 20:52:21 +0000
commit9b3f2821960aa5203d84cf7994090d069b0d1e51 (patch)
tree9ee60b515a2d47c517254416f2ae8f590eb54aee /src/dns.cpp
parent8f0f9654f841f8034be4c071660a378a91434782 (diff)
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
Diffstat (limited to 'src/dns.cpp')
-rw-r--r--src/dns.cpp2
1 files changed, 0 insertions, 2 deletions
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,':'))