aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 2ba558fc2..582840af6 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -378,7 +378,7 @@ struct globals {
378#define wherefrom (G.wherefrom) 378#define wherefrom (G.wherefrom)
379#define gwlist (G.gwlist ) 379#define gwlist (G.gwlist )
380#define INIT_G() do { \ 380#define INIT_G() do { \
381 PTR_TO_GLOBALS = xzalloc(sizeof(G)); \ 381 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
382 maxpacket = 32 * 1024; \ 382 maxpacket = 32 * 1024; \
383 port = 32768 + 666; \ 383 port = 32768 + 666; \
384 waittime = 5; \ 384 waittime = 5; \