mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix a small harmless typo in timing.cc.
This commit is contained in:
parent
d0120217ad
commit
6ad92e7983
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ ScanProgressMeter::ScanProgressMeter(const char *stypestr) {
|
|||
gettimeofday(&begin, NULL);
|
||||
last_print_test = begin;
|
||||
memset(&last_print, 0, sizeof(last_print));
|
||||
memset(&last_est, 0, sizeof(last_print));
|
||||
memset(&last_est, 0, sizeof(last_est));
|
||||
beginOrEndTask(&begin, NULL, true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue