5 Mar
2007
5 Mar
'07
3:14 p.m.
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