]> granicus.if.org Git - curl/commitdiff
sspi: Fix typo from left over from old code which referenced NTLM
authorSteve Holme <steve_holme@hotmail.com>
Sat, 1 Aug 2015 21:53:18 +0000 (22:53 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 1 Aug 2015 22:09:03 +0000 (23:09 +0100)
References to NTLM in the identity generation should have been removed
in commit c469941293 but not all were.

lib/curl_sspi.c

index d2c37670ee1c01921c5fd80e50ab418136958786..070424dd13f044e7254469ffcdb4a946b3323a8b 100644 (file)
@@ -224,7 +224,7 @@ CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,
 
   Curl_unicodefree(useranddomain.tchar_ptr);
 
-  /* Setup ntlm identity's password and length */
+  /* Setup the identity's password and length */
   passwd.tchar_ptr = Curl_convert_UTF8_to_tchar((char *)passwdp);
   if(!passwd.tchar_ptr)
     return CURLE_OUT_OF_MEMORY;