[SCM] Samba Shared Repository - branch master updated

Richard Sharpe sharpe at samba.org
Mon Apr 15 10:06:02 MDT 2013


The branch, master has been updated
       via  0f9eb25 smbd: Fix an error return in change_dir_owner_to_parent
      from  f67ae78 samba-tool - MX records cannot be deleted (part2)

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


- Log -----------------------------------------------------------------
commit 0f9eb25183e6ed5a2f4ec8e385bc5f985f2087e5
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 15 11:15:23 2013 +0200

    smbd: Fix an error return in change_dir_owner_to_parent
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Richard Sharpe <realrichardsharpe at gmail.com>
    
    Autobuild-User(master): Richard Sharpe <sharpe at samba.org>
    Autobuild-Date(master): Mon Apr 15 18:05:06 CEST 2013 on sn-devel-104

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

Summary of changes:
 source3/smbd/open.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index be8d31b..1086e80 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -493,7 +493,7 @@ NTSTATUS change_dir_owner_to_parent(connection_struct *conn,
 	status = create_synthetic_smb_fname(ctx, ".", NULL, NULL,
 					    &smb_fname_cwd);
 	if (!NT_STATUS_IS_OK(status)) {
-		return status;
+		goto chdir;
 	}
 
 	ret = SMB_VFS_STAT(conn, smb_fname_cwd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list