Commit e413bbee authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

secur32: Fix the ntlm tests crashing on Vista.

parent 8ead5566
...@@ -927,6 +927,8 @@ static void testSignSeal(void) ...@@ -927,6 +927,8 @@ static void testSignSeal(void)
workgroup[] = "WORKGROUP", workgroup[] = "WORKGROUP",
test_pass[] = "testpass"; test_pass[] = "testpass";
complex_data[1].pvBuffer = complex_data[3].pvBuffer = NULL;
/**************************************************************** /****************************************************************
* This is basically the same as in testAuth with a fake server, * This is basically the same as in testAuth with a fake server,
* as we need a valid, authenticated context. * as we need a valid, authenticated context.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment