mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +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);
|
||||
} else {
|
||||
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