secur32: NTLM's AcquireCredentialHandleA/W should accept domains and usernames with lengths of 0.

Robert Shearman rob at codeweavers.com
Mon Mar 5 09:14:10 CST 2007


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




More information about the wine-devel mailing list