From 174169ac35321eedae9df6aabe7833b7df6b0279 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 14 Jul 2006 12:14:42 +0000 Subject: Rollback dns change git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4384 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dns.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dns.cpp') diff --git a/src/dns.cpp b/src/dns.cpp index e3a32a745..e8b15c9bf 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -702,11 +702,6 @@ void DNS::SetNS(const std::string &dnsserver) DNS::~DNS() { - if (this->myfd > -1) - { - log(DEBUG,"HA! An FD tried to sneak by unnoticed - freed it."); - dns_close(this->myfd); - } } bool DNS::ReverseLookup(const std::string &ip, bool ins) -- cgit v1.2.3