mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
remove an orphan parameter from fatal() call. Problem noted by Gisle Vanem
This commit is contained in:
parent
ad2c9874b3
commit
74ebf1c892
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue