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 c16c203..ec2c2bf 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.