aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/http_ntlm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 4c2dddbb8..98e10c08a 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -286,8 +286,8 @@ static void ascii_to_unicode(unsigned char *destunicode,
CURLcode Curl_output_ntlm(struct connectdata *conn)
{
struct SessionHandle *data=conn->data;
- const char *domain="HEMMA";
- const char *host="LILLASYSTER";
+ const char *domain="CURL";
+ const char *host="HAXX";
int domlen=strlen(domain);
int hostlen = strlen(host);
int hostoff; /* host name offset */