diff --git a/nmap_dns.cc b/nmap_dns.cc index 3f6de4698..b4ee94c02 100644 --- a/nmap_dns.cc +++ b/nmap_dns.cc @@ -1189,7 +1189,7 @@ static void init_servs(void) { #ifndef WIN32 parse_resolvdotconf(); #else - win32_read_registry(); + win32_get_servers(); #endif } }