From 74ebf1c89229e17addec9e2e31edcb794c3da816 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 14 Feb 2014 06:17:53 +0000 Subject: [PATCH] remove an orphan parameter from fatal() call. Problem noted by Gisle Vanem --- output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.cc b/output.cc index 3dbdb748c..208a633fe 100644 --- a/output.cc +++ b/output.cc @@ -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."); } }