From 1bf29c7acf74945e4613ead446c12b344a50705e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Feb 2011 13:53:12 +0100 Subject: [PATCH] s3-idmap-ldap: private_data is a talloc child of dom --- source3/winbindd/idmap_ldap.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c index aea5d6acf5e..56d2793c01e 100644 --- a/source3/winbindd/idmap_ldap.c +++ b/source3/winbindd/idmap_ldap.c @@ -1151,16 +1151,6 @@ done: static NTSTATUS idmap_ldap_close(struct idmap_domain *dom) { - struct idmap_ldap_context *ctx; - - if (dom->private_data) { - ctx = talloc_get_type(dom->private_data, - struct idmap_ldap_context); - - talloc_free(ctx); - dom->private_data = NULL; - } - return NT_STATUS_OK; } -- 2.34.1