vfs_fruit: move storing of modified struct adouble to ad_convert()
authorRalph Boehme <slow@samba.org>
Fri, 5 Oct 2018 14:14:40 +0000 (16:14 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:13 +0000 (22:22 +0200)
commitb355a09576563d0f681d0bf830d0e2c769533399
treec4a1a567aba692b1fe030cda4cb8241a6365c8fe
parent99cc9ef82b50b57149f71a40d4b22a3fc32a5a97
vfs_fruit: move storing of modified struct adouble to ad_convert()

ad_convert() modified it, so let ad_convert() also save it to disk. No
change in behaviour.

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