[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Wed Sep 27 08:43:02 UTC 2023


The branch, master has been updated
       via  ad76bb2e0c6 streams_depot: Goto done if FSETXATTR SAMBA_XATTR_MARKER failed
      from  c8b90d8d200 librpc: Fix typos in error messages

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


- Log -----------------------------------------------------------------
commit ad76bb2e0c65c3f9c9f898b891872f33a3682f14
Author: MikeLiu <mikeliu at qnap.com>
Date:   Wed Sep 27 13:46:36 2023 +0800

    streams_depot: Goto done if FSETXATTR SAMBA_XATTR_MARKER failed
    
    Goto done if FSETXATTR SAMBA_XATTR_MARKER failed
    
    Signed-off-by: MikeLiu <mikeliu at qnap.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Wed Sep 27 08:42:25 UTC 2023 on atb-devel-224

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_streams_depot.c b/source3/modules/vfs_streams_depot.c
index 38d8994bb94..2a46d5b12b2 100644
--- a/source3/modules/vfs_streams_depot.c
+++ b/source3/modules/vfs_streams_depot.c
@@ -725,7 +725,7 @@ static int streams_depot_openat(struct vfs_handle_struct *handle,
 			if (ret == -1) {
 				DBG_DEBUG("FSETXATTR failed: %s\n",
 					  strerror(errno));
-				return -1;
+				goto done;
 			}
 		}
 	}


-- 
Samba Shared Repository



More information about the samba-cvs mailing list