1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 05:09:00 +00:00

remove an orphan parameter from fatal() call. Problem noted by Gisle Vanem

This commit is contained in:
fyodor
2014-02-14 06:17:53 +00:00
parent ad2c9874b3
commit 74ebf1c892

View File

@@ -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.");
} }
} }