diff --git a/nmap_dns.cc b/nmap_dns.cc index 90a337ed1..5dc04007c 100644 --- a/nmap_dns.cc +++ b/nmap_dns.cc @@ -391,7 +391,7 @@ public: bool lookup(const sockaddr_storage & ip, std::string & name) { std::list::iterator hostI; - uint ip_hash = hash(ip); + u32 ip_hash = hash(ip); for( hostI = hosts_storage[ip_hash].begin(); hostI != hosts_storage[ip_hash].end(); ++hostI)