[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Dec 18 19:12:02 UTC 2018


The branch, master has been updated
       via  90fab07f071 s3-smbd: avoid assuming fsp is always intact after close_file call.
      from  944c92a15db ctdb-daemon: Modernise debug during record deletion for vacuuming

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 90fab07f0710bb2061d3f14326c874dd049823fc
Author: Günther Deschner <gd at samba.org>
Date:   Tue Dec 18 11:10:04 2018 +0100

    s3-smbd: avoid assuming fsp is always intact after close_file call.
    
    Instead use the already copied smb_fname directly.
    
    https://bugzilla.samba.org/show_bug.cgi?id=13720
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Dec 18 20:11:07 CET 2018 on sn-devel-144

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

Summary of changes:
 source3/smbd/smb2_close.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_close.c b/source3/smbd/smb2_close.c
index 33863d32f5f..1888736e4ae 100644
--- a/source3/smbd/smb2_close.c
+++ b/source3/smbd/smb2_close.c
@@ -263,7 +263,7 @@ static NTSTATUS smbd_smb2_close(struct smbd_smb2_request *req,
 	status = close_file(smbreq, fsp, NORMAL_CLOSE);
 	if (!NT_STATUS_IS_OK(status)) {
 		DEBUG(5,("smbd_smb2_close: close_file[%s]: %s\n",
-			 fsp_str_dbg(fsp), nt_errstr(status)));
+			 smb_fname_str_dbg(smb_fname), nt_errstr(status)));
 		return status;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list