[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Tue Feb 14 20:27:02 UTC 2017


The branch, master has been updated
       via  221faba vfs_fruit: fix resource fork xattr name
      from  b1dc72d s3-waf: remove duplicate ctags definition

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


- Log -----------------------------------------------------------------
commit 221faba006e84b05004500d2261307f269858a18
Author: Ralph Boehme <slow at samba.org>
Date:   Sun Feb 12 09:05:50 2017 +0100

    vfs_fruit: fix resource fork xattr name
    
    Fix resource fork xattr name broken in
    e4d1f8354f97ab9007e4c5f7d164937bdc5cd6f1.
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=12490
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Tue Feb 14 21:26:01 CET 2017 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c
index 4387447..2887344 100644
--- a/source3/modules/vfs_fruit.c
+++ b/source3/modules/vfs_fruit.c
@@ -101,7 +101,7 @@ static int vfs_fruit_debug_level = DBGC_VFS;
 #define ADOUBLE_NAME_PREFIX "._"
 
 #define NETATALK_META_XATTR "org.netatalk.Metadata"
-#define NETATALK_RSRC_XATTR "org.netatalk.Metadata"
+#define NETATALK_RSRC_XATTR "org.netatalk.ResourceFork"
 
 #if defined(HAVE_ATTROPEN)
 #define AFPINFO_EA_NETATALK NETATALK_META_XATTR


-- 
Samba Shared Repository



More information about the samba-cvs mailing list