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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user