aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index fcf51a4bf..e983ed436 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -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;