From: Daniel Stenberg Date: Mon, 6 May 2002 18:30:17 +0000 (+0000) Subject: the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! X-Git-Tag: curl-7_9_7-pre2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7ca561b06d34b230040bdaa3baa9c37596e7d84;p=thirdparty%2Fcurl.git the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! --- diff --git a/lib/url.c b/lib/url.c index 06fe51ca54..e5721eaf61 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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