mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
4.20ALPHA3 I hope
This commit is contained in:
parent
7541ffb3e0
commit
a97a49be7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue