Fixed a compiler warning.

This commit is contained in:
Dan Fandrich 2007-08-02 19:23:35 +00:00
parent 188b08ca55
commit 035ee257c8
1 changed files with 1 additions and 1 deletions

View File

@ -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