]> granicus.if.org Git - curl/commit
sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure
authorSteve Holme <steve_holme@hotmail.com>
Wed, 29 Oct 2014 14:14:17 +0000 (14:14 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 29 Oct 2014 14:26:48 +0000 (14:26 +0000)
commitf3fc3d021d56f4842d4f4ce556ace446b8496e3f
tree31ea467538cabefac96aa3981aac8e43c44bce52
parentf7e24683c47381ce32bfa5a3a01ff737483373c9
sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure

Return a more appropriate error, rather than CURLE_OUT_OF_MEMORY when
acquiring the credentials handle fails. This is then consistent with
the code prior to commit f7e24683c4 when log-in credentials were empty.
lib/curl_ntlm_msgs.c
lib/curl_sasl_sspi.c