Re: secur32: NTLM's AcquireCredentialHandleA/W should accept domains and usernames with lengths of 0.
On Monday 05 March 2007 13:02, Robert Shearman wrote:
+ if(pQuerySecurityPackageInfoA(sec_pkg_name, &pkg_info) != SEC_E_OK) + { + trace("NTLM package not installed, skipping test\n"); + return; + }
I've just started using skip() for skipping tests. Cheers, Kai -- Kai Blin, <kai Dot blin At gmail Dot com> WorldForge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin/ -- Will code for cotton.
Kai Blin wrote:
On Monday 05 March 2007 13:02, Robert Shearman wrote:
+ if(pQuerySecurityPackageInfoA(sec_pkg_name, &pkg_info) != SEC_E_OK) + { + trace("NTLM package not installed, skipping test\n"); + return; + }
I've just started using skip() for skipping tests.
Ok. I'll fix this and send this patch again. I'm going to send previous patch again anyway because I've just spotted a bug in it. -- Rob Shearman
participants (2)
-
Kai Blin -
Robert Shearman