use more curlish strings, these should be able to change...

This commit is contained in:
Daniel Stenberg 2003-06-13 07:14:46 +00:00
parent e727fb82f2
commit caf6e9c540
1 changed files with 2 additions and 2 deletions

View File

@ -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 */