mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
fixup return code
This commit is contained in:
parent
ce07884b17
commit
c3fec40010
@ -88,7 +88,7 @@ static CURLcode test_lib1587(const char *URL)
|
||||
|
||||
curl_global_cleanup();
|
||||
|
||||
return (int)result;
|
||||
return result;
|
||||
}
|
||||
#else
|
||||
/* without OpenSSL this does nothing */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user