diff options
Diffstat (limited to 'src/microhttpd/test_client_put_stop.c')
-rw-r--r-- | src/microhttpd/test_client_put_stop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c index d5589fd7..bb49da07 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c | |||
@@ -1504,6 +1504,7 @@ performTestQueries (struct MHD_Daemon *d, int d_port, | |||
1504 | { | 1504 | { |
1505 | ret |= 1 << 2; | 1505 | ret |= 1 << 2; |
1506 | fprintf (stderr, "FAILED: Test total time exceeded.\n"); | 1506 | fprintf (stderr, "FAILED: Test total time exceeded.\n"); |
1507 | break; | ||
1507 | } | 1508 | } |
1508 | } | 1509 | } |
1509 | 1510 | ||