From caf6e9c5409557927e903c2ae4d09d11f1ef4796 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Jun 2003 07:14:46 +0000 Subject: [PATCH] use more curlish strings, these should be able to change... --- lib/http_ntlm.c | 4 ++-- 1 file 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 */