Commit 922414b6 authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

secur32: Fix the schannel tests crashing on Vista.

parent e413bbee
......@@ -245,7 +245,7 @@ static void testAcquireSecurityContext(void)
pFreeCredentialsHandle(&cred);
/* but fails for inbound. */
st = pAcquireCredentialsHandleA(NULL, unisp_name_a, SECPKG_CRED_INBOUND,
NULL, &schanCred, NULL, NULL, NULL, NULL);
NULL, &schanCred, NULL, NULL, &cred, NULL);
ok(st == SEC_E_NO_CREDENTIALS, "Expected SEC_E_NO_CREDENTIALS, got %08x\n",
st);
......
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