[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3126-g71ed975

Volker Lendecke vlendec at samba.org
Tue Nov 4 08:39:31 GMT 2008


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 <vl at samba.org>
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


More information about the samba-cvs mailing list