The branch, v3-2-test has been updated
       via  71ed975a608126769c9669409d46c894da3ca43e (commit)
      from  ea0858842d20966796bb47f20bae04bbb7232643 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 71ed975a608126769c9669409d46c894da3ca43e
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Mon Nov 3 17:09:40 2008 +0100

    Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/process.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index cb465ae..288d86b 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -1405,6 +1405,7 @@ static connection_struct *switch_message(uint8 type, 
struct smb_request *req, in
 
                if (!change_to_user(conn,session_tag)) {
                        reply_nterror(req, NT_STATUS_DOS(ERRSRV, ERRbaduid));
+                       remove_deferred_open_smb_message(req->mid);
                        return conn;
                }
 


-- 
Samba Shared Repository

Reply via email to