diff options
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index fbe512b9f..88b5d399c 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -648,7 +648,6 @@ void DNS::SetNS(std::string dnsserver) DNS::~DNS() { - log(DEBUG,"Delete DNS fd=%d",this->myfd); } bool DNS::ReverseLookup(std::string ip) |