summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-17 12:19:06 +0200
committerKarolin Seeger <kseeger@samba.org>2019-06-21 07:56:19 +0000
commitc3676d8d42b2b6acc4d68acae69df18ff04b2b5f (patch)
tree6f6164acebd14136489602ffe3004406fc54c91b
parent20e66673c39d52b5daa94c84dcc8d6bdabf60116 (diff)
downloadsamba-c3676d8d42b2b6acc4d68acae69df18ff04b2b5f.tar.gz
vfs_fruit: finally, remove ad_handle from struct adouble
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit e266daaed149561b746dbb8d5e9523862f0057b5)
-rw-r--r--source3/modules/vfs_fruit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c
index f4504988e37..0c32c1e19b3 100644
--- a/source3/modules/vfs_fruit.c
+++ b/source3/modules/vfs_fruit.c
@@ -411,7 +411,6 @@ struct ad_entry {
};
struct adouble {
- vfs_handle_struct *ad_handle;
int ad_fd;
bool ad_opened;
adouble_type_t ad_type;
@@ -1868,7 +1867,6 @@ static struct adouble *ad_alloc(TALLOC_CTX *ctx, vfs_handle_struct *handle,
}
}
- ad->ad_handle = handle;
ad->ad_type = type;
ad->ad_magic = AD_MAGIC;
ad->ad_version = AD_VERSION;