uh, assign the bool it points to properly

This commit is contained in:
Daniel Stenberg 2009-12-17 16:07:02 +00:00
Родитель 54c60d0067
Коммит a75d9d9169
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.