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