mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
curl_ntlm_msgs.c: Removed unused variable passwd
This commit is contained in:
parent
32b4896107
commit
1a97fd7b63
@ -357,7 +357,6 @@ CURLcode Curl_ntlm_create_type1_message(const char *userp,
|
||||
unsigned long attrs;
|
||||
const TCHAR *useranddomain;
|
||||
const TCHAR *user;
|
||||
const TCHAR *passwd;
|
||||
const TCHAR *domain = TEXT("");
|
||||
size_t domlen = 0;
|
||||
TimeStamp tsDummy; /* For Windows 9x compatibility of SSPI calls */
|
||||
|
Loading…
Reference in New Issue
Block a user