mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:27:19 +03:00
http NTLM: fix compiler warning
This commit is contained in:
parent
f396d94736
commit
448f982d54
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
|
|||
}
|
||||
#else
|
||||
{
|
||||
char *host = ""; /* empty */
|
||||
const char *host = ""; /* empty */
|
||||
const char *domain = ""; /* empty */
|
||||
size_t hostlen = 0;
|
||||
size_t domlen = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue