Reece Dunn : secur32: Fix the schannel tests crashing on Vista.

Alexandre Julliard julliard at winehq.org
Fri Aug 1 05:34:00 CDT 2008


Module: wine
Branch: master
Commit: 922414b60a46012a31fee64d7e4e12be35d66992
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=922414b60a46012a31fee64d7e4e12be35d66992

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Wed Jul 30 21:50:46 2008 +0100

secur32: Fix the schannel tests crashing on Vista.

---

 dlls/secur32/tests/schannel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c
index b4eaf12..904b6fd 100644
--- a/dlls/secur32/tests/schannel.c
+++ b/dlls/secur32/tests/schannel.c
@@ -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);
 




More information about the wine-cvs mailing list