mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
return 'res' to better discover test failures and to stop compiler warnings
about it never being used
This commit is contained in:
parent
648c5b05c0
commit
b440c6638f
@ -28,6 +28,6 @@ int test(char *URL)
|
||||
curl_easy_cleanup(c);
|
||||
curl_multi_cleanup(m);
|
||||
|
||||
return 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user