From e2e593a036c992f2d38e060e14b52c4a8862ca2d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 May 2004 09:22:12 +0000 Subject: clean up properly on failure to enable easier libcurl leak detection --- tests/libtest/lib503.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index e2bd42145..59cf4e655 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -54,7 +54,7 @@ int test(char *URL) if (res != CURLM_OK) { fprintf(stderr, "not okay???\n"); - return 80; + break; } FD_ZERO(&rd); -- cgit v1.2.3