Commit caf6e9c5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent e727fb82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */