the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one!
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 May 2002 18:30:17 +0000 (18:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 May 2002 18:30:17 +0000 (18:30 +0000)
lib/url.c

index 06fe51c..e5721ea 100644 (file)
--- 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