1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

4.20ALPHA3 I hope

This commit is contained in:
fyodor
2006-06-29 23:45:11 +00:00
parent 7541ffb3e0
commit a97a49be7e

View File

@@ -722,7 +722,7 @@ HostOsScan::HostOsScan(Target *t) {
} else {
/* Init our raw socket */
if ((rawsd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0 )
pfatal("socket trobles in get_fingerprint");
pfatal("socket troubles in get_fingerprint");
unblock_socket(rawsd);
broadcast_socket(rawsd);
#ifndef WIN32