1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-07 05:56:34 +00:00

Remove an unnecessary call to keyWasPressed right before service_scan;

service_scan does that itself.
This commit is contained in:
david
2009-02-14 16:25:46 +00:00
parent df25884daa
commit fb0f1cdd93

View File

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