diff options
Diffstat (limited to 'tests/libtest/lib1905.c')
-rw-r--r-- | tests/libtest/lib1905.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1905.c b/tests/libtest/lib1905.c index 1d1de27e7..b09c4f526 100644 --- a/tests/libtest/lib1905.c +++ b/tests/libtest/lib1905.c @@ -55,7 +55,7 @@ int test(char *URL) unfinished = 1; while(unfinished) { - int MAX; + int MAX = 0; long max_tout; fd_set R, W, E; struct timeval timeout; |