The branch, v3-3-test has been updated
       via  e20631897d5bade7827845c18ebf13ba468747fc (commit)
      from  e63f1b2905340af79768a0333c03f56633c6a682 (commit)

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


- Log -----------------------------------------------------------------
commit e20631897d5bade7827845c18ebf13ba468747fc
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 338f606..2587097 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -1421,6 +1421,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