Kai Blin : secur32: Make AcceptSecurityContext behaviour consistent with Windows.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 14 05:16:24 CDT 2006


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

Author: Kai Blin <kai.blin at gmail.com>
Date:   Mon Aug 14 11:08:29 2006 +0200

secur32: Make AcceptSecurityContext behaviour consistent with Windows.

---

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

diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c
index c483b5e..a6a5507 100644
--- a/dlls/secur32/ntlm.c
+++ b/dlls/secur32/ntlm.c
@@ -875,7 +875,7 @@ static SECURITY_STATUS SEC_ENTRY ntlm_Ac
                     return SEC_E_INVALID_TOKEN;
                 }
             }
-            
+            pOutput->pBuffers[0].cbBuffer = 0;
             ret = SEC_E_OK;
         }
         




More information about the wine-cvs mailing list