mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove an unnecessary call to keyWasPressed right before service_scan;
service_scan does that itself.
This commit is contained in:
parent
df25884daa
commit
fb0f1cdd93
1 changed files with 0 additions and 1 deletions
1
nmap.cc
1
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue