]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dupset: remove totally off comment
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 May 2021 22:36:05 +0000 (00:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 May 2021 15:07:06 +0000 (17:07 +0200)
Closes #7067

lib/easy.c

index 8983dbccec7c3ad5816b279460f8960b03f9f30d..530b7c73f22ca150a2cbe823019219ccc04f4b27 100644 (file)
@@ -789,7 +789,6 @@ static CURLcode dupset(struct Curl_easy *dst, struct Curl_easy *src)
   /* duplicate all blobs */
   for(j = (enum dupblob)0; j < BLOB_LAST; j++) {
     result = Curl_setblobopt(&dst->set.blobs[j], src->set.blobs[j]);
-    /* Curl_setstropt return CURLE_BAD_FUNCTION_ARGUMENT with blob */
     if(result)
       return result;
   }