Commit 035ee257 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed a compiler warning.

parent 188b08ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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