mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove leftover print-debugging statement
This commit is contained in:
@@ -1353,7 +1353,6 @@ bool DNS::Factory::ipToPtr(const sockaddr_storage &ip, std::string &ptr)
|
||||
sprintf(tmp, "%d.%d.%d.%d", ipv4_c[3], ipv4_c[2], ipv4_c[1], ipv4_c[0]);
|
||||
ptr = tmp;
|
||||
ptr += IPV4_PTR_DOMAIN;
|
||||
error("ipToPtr: %s => %s", inet_ntop_ez(&ip, sizeof(ip)), ptr.c_str());
|
||||
break;
|
||||
}
|
||||
case AF_INET6:
|
||||
|
||||
Reference in New Issue
Block a user