From 91e743081723dc78fd5e5a6e2efe9c2603bf17bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Dec 2010 00:26:05 +0100 Subject: s3:idmap_ldap: remove alloc context member from ldap_idmap_context --- source3/winbindd/idmap_ldap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c index a8d27b3a8c..d78041053a 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; }; -- cgit