secur32: Fix the ntlm tests crashing on Vista.

This commit is contained in:
Reece Dunn 2008-07-30 21:36:25 +01:00 committed by Alexandre Julliard
parent 8ead556648
commit e413bbeea2
1 changed files with 2 additions and 0 deletions

View File

@ -927,6 +927,8 @@ static void testSignSeal(void)
workgroup[] = "WORKGROUP",
test_pass[] = "testpass";
complex_data[1].pvBuffer = complex_data[3].pvBuffer = NULL;
/****************************************************************
* This is basically the same as in testAuth with a fake server,
* as we need a valid, authenticated context.