vfs_fruit: remove unneeded fd argument from ad_convert()
authorRalph Boehme <slow@samba.org>
Thu, 4 Oct 2018 06:51:28 +0000 (08:51 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:13 +0000 (22:22 +0200)
commit99cc9ef82b50b57149f71a40d4b22a3fc32a5a97
tree70920a6417d7d90f6112f3af809206a67197cf90
parent8bc36d723ff41afe768f42b833aa951e1ee8fb38
vfs_fruit: remove unneeded fd argument from ad_convert()

Use the struct adouble member ad_fd instead of passing it as an
argument. Who did that in the first place? :)

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