]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_ntlm_msgs.c: Removed unused variable passwd
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 3 Jul 2012 07:16:00 +0000 (09:16 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 3 Jul 2012 09:41:00 +0000 (11:41 +0200)
lib/curl_ntlm_msgs.c

index 0fa0c9d2cc51a062ca5876d8bd8d9dd84659da53..02368e0bb0b398f0f826ea701d6338d2e2a168e0 100644 (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 */