diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-03 13:01:17 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-03 13:01:17 +0200 |
commit | 98ca62c2d685520d89483b3593c7c5306bdae77b (patch) | |
tree | 914b24861b38da8b92da5915ab0b38948977c9e5 | |
parent | 1ba5712f8823a3cb587cb75d2053a16daa9cdfe6 (diff) | |
parent | 1a97fd7b6350b13e39b2063d96ae1250473e91c3 (diff) |
Merge branch 'master' of ssh://github.com/bagder/curl
-rw-r--r-- | lib/curl_ntlm_msgs.c | 1 |
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 */ |