mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
parent
bf7e887b24
commit
afdbb176f6
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ CURLcode Curl_getinfo(struct Curl_easy *data, CURLINFO info, ...)
|
|||
CURLcode result = CURLE_UNKNOWN_OPTION;
|
||||
|
||||
if(!data)
|
||||
return result;
|
||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
|
||||
va_start(arg, info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue