vfs_fruit: fix resource fork xattr name
authorRalph Boehme <slow@samba.org>
Sun, 12 Feb 2017 08:05:50 +0000 (09:05 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 14 Feb 2017 20:26:01 +0000 (21:26 +0100)
Fix resource fork xattr name broken in
e4d1f8354f97ab9007e4c5f7d164937bdc5cd6f1.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12490

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Feb 14 21:26:01 CET 2017 on sn-devel-144

source3/modules/vfs_fruit.c

index 4387447a5676835f79107f20d5e3908984df5971..2887344e516c93ce5e441855c0d4efd46a574549 100644 (file)
@@ -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