mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:24:15 +03:00
Fixed a compiler warning.
This commit is contained in:
parent
188b08ca55
commit
035ee257c8
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ static CURLcode Curl_setstropt(char **charp, char * s)
|
|||
|
||||
CURLcode Curl_dupset(struct SessionHandle * dst, struct SessionHandle * src)
|
||||
{
|
||||
CURLcode r;
|
||||
CURLcode r = CURLE_OK;
|
||||
enum dupstring i;
|
||||
|
||||
/* Copy src->set into dst->set first, then deal with the strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue