Commit a75d9d91 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

uh, assign the bool it points to properly

parent 54c60d00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.