vfs_fruit: move setting ADEID_FINDERI length to ad_convert_xattr()
authorRalph Boehme <slow@samba.org>
Tue, 2 Oct 2018 12:51:05 +0000 (14:51 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:13 +0000 (22:22 +0200)
commitd161e047710322491802d75f47598f96727cd004
tree89043b54901829f6d57c70f85eba14753e968488
parent8ee7e6135e39520f486e8f8f4ba36009c9113229
vfs_fruit: move setting ADEID_FINDERI length to ad_convert_xattr()

ad_convert_xattr() does the conversion of the xattr data in the
AppleDouble file, so we should update it's size there and should not
defer it to the caller.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c