1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Merge branch 'master' of ssh://github.com/bagder/curl

This commit is contained in:
Guenter Knauf 2012-07-03 13:01:17 +02:00
commit 98ca62c2d6

View File

@ -357,7 +357,6 @@ CURLcode Curl_ntlm_create_type1_message(const char *userp,
unsigned long attrs; unsigned long attrs;
const TCHAR *useranddomain; const TCHAR *useranddomain;
const TCHAR *user; const TCHAR *user;
const TCHAR *passwd;
const TCHAR *domain = TEXT(""); const TCHAR *domain = TEXT("");
size_t domlen = 0; size_t domlen = 0;
TimeStamp tsDummy; /* For Windows 9x compatibility of SSPI calls */ TimeStamp tsDummy; /* For Windows 9x compatibility of SSPI calls */