diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib503.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 59cf4e655..aeb85db36 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -51,7 +51,7 @@ int test(char *URL) } if(done) break; - + if (res != CURLM_OK) { fprintf(stderr, "not okay???\n"); break; @@ -78,7 +78,7 @@ int test(char *URL) curl_multi_remove_handle(m, c); curl_easy_cleanup(c); curl_multi_cleanup(m); - + return CURLE_OK; } |