mirror of https://github.com/FreeRDP/FreeRDP
[gateway,wst] Update log about supported url types
This commit is contained in:
parent
1108d88fc4
commit
d62b088527
|
@ -797,8 +797,7 @@ static BOOL http_response_parse_header_field(HttpResponse* response, const char*
|
|||
if (!authScheme)
|
||||
return FALSE;
|
||||
|
||||
/* it is not possible to store NULL in a ListDirectory */
|
||||
authValue = "";
|
||||
authValue = NULL;
|
||||
}
|
||||
|
||||
status = ListDictionary_Add(response->Authenticates, authScheme, authValue);
|
||||
|
@ -920,9 +919,7 @@ static BOOL http_response_parse_header(HttpResponse* response)
|
|||
}
|
||||
|
||||
if (!http_response_parse_header_field(response, name, value))
|
||||
{
|
||||
goto fail;
|
||||
}
|
||||
|
||||
*end_of_header = end_of_header_char;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue