]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Oct 2018 11:00:09 +0000 (13:00 +0200)
commitcff660fd79f25ae8ad63197206b3511431460bbc
tree6ee56262bdb6df6347f419f865b98526b25c1b42
parent3179bb0a6a95c66f4201d99ea6d6110a524e0b69
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>
(cherry picked from commit b355a09576563d0f681d0bf830d0e2c769533399)
source3/modules/vfs_fruit.c