secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to...
commit72ffc3fad96478ee7565cd03aebfe5ebf6b93064
authorRob Shearman <rob@codeweavers.com>
Fri, 25 Jan 2008 14:05:31 +0000 (25 14:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2008 10:10:01 +0000 (4 11:10 +0100)
tree5c0146fa39b5e926950bf30f7ac62973108512d1
parent8f954ccc0f5284d86eed5552bf62fe2710f74fc5
secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to InitializeSecurityContext.

Only use cached credentials if the credentials were NULL. Don't pass a
domain into ntlm_auth when using cached credentials as
ntlm_auth/winbindd should be able to figure that out.
dlls/secur32/ntlm.c