diff options
-rw-r--r-- | networking/traceroute.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c index 0555c9b47..e9f3cc6c9 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -1020,6 +1020,7 @@ common_traceroute_main(int op, char **argv) | |||
1020 | set_nport(dest_lsa, htons(1025)); | 1020 | set_nport(dest_lsa, htons(1025)); |
1021 | /* dummy connect. makes kernel pick source IP (and port) */ | 1021 | /* dummy connect. makes kernel pick source IP (and port) */ |
1022 | xconnect(probe_fd, &dest_lsa->u.sa, dest_lsa->len); | 1022 | xconnect(probe_fd, &dest_lsa->u.sa, dest_lsa->len); |
1023 | set_nport(dest_lsa, htons(port)); | ||
1023 | 1024 | ||
1024 | /* read IP and port */ | 1025 | /* read IP and port */ |
1025 | source_lsa = get_sock_lsa(probe_fd); | 1026 | source_lsa = get_sock_lsa(probe_fd); |