mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:07:27 +03:00
the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!
This commit is contained in:
parent
cacd756efd
commit
f7ca561b06
1 changed files with 1 additions and 0 deletions
|
|
@ -819,6 +819,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...)
|
|||
* defaults to CURLOPT_STDERR for normal operations.
|
||||
*/
|
||||
data->set.debugdata = va_arg(param, void *);
|
||||
break;
|
||||
case CURLOPT_STDERR:
|
||||
/*
|
||||
* Set to a FILE * that should receive all error writes. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue