1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00
This commit is contained in:
david
2012-10-06 20:48:29 +00:00
parent c4d08dc391
commit 49a57d8dde

View File

@@ -972,7 +972,7 @@ void traceroute_hop_cache_clear() {
and that differences aren't meaningful. (This has the same effect as if we
were to send probes strictly serially, because then there would be no parent
hops to potentially conflict, even if in fact they would if traced to
completion. */
completion.) */
static Hop *merge_hops(const struct sockaddr_storage *tag, Hop *a, Hop *b) {
Hop head, *p;