From: Dan Fandrich Date: Thu, 2 Aug 2007 19:23:35 +0000 (+0000) Subject: Fixed a compiler warning. X-Git-Tag: curl-7_17_0-preldapfix~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=035ee257c8fd20652c5de2581ef46958e563a5e0;p=curl Fixed a compiler warning. --- diff --git a/lib/url.c b/lib/url.c index 21b869efa..226e7be3b 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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