Commit 1a97fd7b authored by Marc Hoersken's avatar Marc Hoersken Committed by Yang Tse
Browse files

curl_ntlm_msgs.c: Removed unused variable passwd

parent 32b48961
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */