1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix typo in previous commit

This commit is contained in:
dmiller
2025-05-23 17:29:34 +00:00
parent d72beec963
commit b72decbcc5

View File

@@ -1189,7 +1189,7 @@ static void init_servs(void) {
#ifndef WIN32
parse_resolvdotconf();
#else
win32_read_registry();
win32_get_servers();
#endif
}
}