From fb0f1cdd9315ee471fd9a89139420dbc274041a3 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 14 Feb 2009 16:25:46 +0000 Subject: [PATCH] Remove an unnecessary call to keyWasPressed right before service_scan; service_scan does that itself. --- nmap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index c0f216881..b86871606 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1790,7 +1790,6 @@ int nmap_main(int argc, char *argv[]) { o.scriptversion = 1; #endif - keyWasPressed(); // Check if a status message should be printed service_scan(Targets); }