mirror of
https://github.com/curl/curl.git
synced 2026-07-24 03:27:22 +03:00
use more curlish strings, these should be able to change...
This commit is contained in:
parent
e727fb82f2
commit
caf6e9c540
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue