mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
curl_ntlm_msgs.c: Removed unused variable passwd
This commit is contained in:
parent
32b4896107
commit
1a97fd7b63
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue