1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

http NTLM: fix compiler warning

This commit is contained in:
Yang Tse 2011-08-11 09:06:06 +02:00
parent f396d94736
commit 448f982d54

View File

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