curl_ntlm_msgs.c: Removed unused variable passwd

This commit is contained in:
Marc Hoersken 2012-07-03 09:16:00 +02:00 committed by Yang Tse
parent 32b4896107
commit 1a97fd7b63

View File

@ -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 */