From: Volker Lendecke Date: Mon, 3 Nov 2008 16:09:40 +0000 (+0100) Subject: Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71ed975a608126769c9669409d46c894da3ca43e;p=thirdparty%2Fsamba.git Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test --- diff --git a/source/smbd/process.c b/source/smbd/process.c index cb465aec94a..288d86bc6c8 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; }