mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
remove an orphan parameter from fatal() call. Problem noted by Gisle Vanem
This commit is contained in:
@@ -288,7 +288,7 @@ void win32_fatal_raw_sockets(const char *devname) {
|
|||||||
"for this scan.", devname);
|
"for this scan.", devname);
|
||||||
} else {
|
} else {
|
||||||
fatal("Only ethernet devices can be used for raw scans on Windows. Use\n"
|
fatal("Only ethernet devices can be used for raw scans on Windows. Use\n"
|
||||||
"the --unprivileged option for this scan.", devname);
|
"the --unprivileged option for this scan.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user