*** empty log message ***
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 28 Aug 2003 19:54:16 +0000 (19:54 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 28 Aug 2003 19:54:16 +0000 (19:54 -0000)
networking/arping.c

index 2e1adf0..cf1596c 100644 (file)
@@ -132,7 +132,7 @@ void finish(void)
 void catcher(void)
 {
        struct timeval tv;
-       struct timeval start;
+       static struct timeval start;
 
        gettimeofday(&tv, NULL);