mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:43:34 +03:00
tool_setopt: drop comment
This commit is contained in:
parent
c3a171d232
commit
dddcfcd461
1 changed files with 1 additions and 2 deletions
|
|
@ -497,8 +497,7 @@ static CURLcode libcurl_generate_mime_part(CURL *curl,
|
||||||
"curl_mime_headers(part%d, slist%d, 1);",
|
"curl_mime_headers(part%d, slist%d, 1);",
|
||||||
mimeno, slistno);
|
mimeno, slistno);
|
||||||
if(!ret)
|
if(!ret)
|
||||||
ret = easysrc_addf(&easysrc_code,
|
ret = easysrc_addf(&easysrc_code, "slist%d = NULL;", slistno);
|
||||||
"slist%d = NULL;", slistno); /* Prevent CLEAN */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue