From: Michael Adam Date: Tue, 7 Dec 2010 23:26:05 +0000 (+0100) Subject: s3:idmap_ldap: remove alloc context member from ldap_idmap_context X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=91e743081723dc78fd5e5a6e2efe9c2603bf17bf s3:idmap_ldap: remove alloc context member from ldap_idmap_context --- diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c index a8d27b3a8c9..d78041053a9 100644 --- a/source3/winbindd/idmap_ldap.c +++ b/source3/winbindd/idmap_ldap.c @@ -74,7 +74,6 @@ struct idmap_ldap_context { char *suffix; char *user_dn; bool anon; - struct idmap_ldap_alloc_context *alloc; struct idmap_rw_ops *rw_ops; };