From: Daniel Stenberg Date: Thu, 17 Dec 2009 16:07:02 +0000 (+0000) Subject: uh, assign the bool it points to properly X-Git-Tag: curl-7_20_0~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75d9d91691af5ce54dc3fa8b6b249c71ed9cb35;p=thirdparty%2Fcurl.git uh, assign the bool it points to properly --- diff --git a/lib/url.c b/lib/url.c index c16c203ba4..ec2c2bf1bd 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3312,7 +3312,7 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, char protobuf[16]; const char *protop; - prot_missing = FALSE; + *prot_missing = FALSE; /************************************************************* * Parse the URL.