From b72decbcc56ef01e800a6d1379369f214e02dd99 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 23 May 2025 17:29:34 +0000 Subject: [PATCH] Fix typo in previous commit --- nmap_dns.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }