diff options
-rw-r--r-- | networking/arping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c index 2e1adf0a2..cf1596cd4 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -132,7 +132,7 @@ void finish(void) | |||
132 | void catcher(void) | 132 | void catcher(void) |
133 | { | 133 | { |
134 | struct timeval tv; | 134 | struct timeval tv; |
135 | struct timeval start; | 135 | static struct timeval start; |
136 | 136 | ||
137 | gettimeofday(&tv, NULL); | 137 | gettimeofday(&tv, NULL); |
138 | 138 | ||