mirror of
https://github.com/curl/curl.git
synced 2026-06-16 16:05:39 +03:00
uh, assign the bool it points to properly
This commit is contained in:
parent
54c60d0067
commit
a75d9d9169
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue