Commit f7ca561b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!

parent cacd756e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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