]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
uh, assign the bool it points to properly
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Dec 2009 16:07:02 +0000 (16:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Dec 2009 16:07:02 +0000 (16:07 +0000)
lib/url.c

index c16c203ba46ff72bd13ffe2e63f9f50df7f92cbf..ec2c2bf1bd9a9b3e3e294aab5cd8bc0fc1d945a6 100644 (file)
--- 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.