1
0
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:
kris
2007-03-18 00:37:33 +00:00
parent e9d1e9f640
commit 888af63431
3 changed files with 9 additions and 4 deletions

View File

@@ -317,7 +317,6 @@ class Traceroute {
struct scan_info scaninfo;
ScanProgressMeter *SPM;
Target **hops;
pcap_t *pd;
eth_t *ethsd;