mirror of
https://github.com/curl/curl.git
synced 2026-06-06 09:24:15 +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);",
|
||||
mimeno, slistno);
|
||||
if(!ret)
|
||||
ret = easysrc_addf(&easysrc_code,
|
||||
"slist%d = NULL;", slistno); /* Prevent CLEAN */
|
||||
ret = easysrc_addf(&easysrc_code, "slist%d = NULL;", slistno);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue