aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.c
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2012-07-03 09:16:00 +0200
committerYang Tse <yangsita@gmail.com>2012-07-03 11:41:00 +0200
commit1a97fd7b6350b13e39b2063d96ae1250473e91c3 (patch)
treecee2b83b7389eb56a0e03f52bf1f0ce5de10fb5c /lib/curl_ntlm_msgs.c
parent32b4896107204a372838607d431adab631a1ddca (diff)
curl_ntlm_msgs.c: Removed unused variable passwd
Diffstat (limited to 'lib/curl_ntlm_msgs.c')
-rw-r--r--lib/curl_ntlm_msgs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c
index 0fa0c9d2c..02368e0bb 100644
--- a/lib/curl_ntlm_msgs.c
+++ b/lib/curl_ntlm_msgs.c
@@ -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 */