mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +00:00
Fixing a "bug" in Traceroute output. The ScanProgressMeter's endTask() was never called, which threw the output (stdout/XML etc) out of whack. This localizes the SPM stuff to Traceroute::trace(), and all is well :)
This commit is contained in:
@@ -317,7 +317,6 @@ class Traceroute {
|
||||
|
||||
|
||||
struct scan_info scaninfo;
|
||||
ScanProgressMeter *SPM;
|
||||
Target **hops;
|
||||
pcap_t *pd;
|
||||
eth_t *ethsd;
|
||||
|
||||
Reference in New Issue
Block a user