uh, assign the bool it points to properly
This commit is contained in:
Родитель
54c60d0067
Коммит
a75d9d9169
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче