diff options
author | Michael Adam <obnox@samba.org> | 2010-12-08 00:26:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-02 12:51:54 +0100 |
commit | 91e743081723dc78fd5e5a6e2efe9c2603bf17bf (patch) | |
tree | d7260f580ddedfaa1591864e48cbea57f06af4b4 | |
parent | 5908bd62b557723f36d8055506d4602cfc567684 (diff) | |
download | samba-91e743081723dc78fd5e5a6e2efe9c2603bf17bf.tar.gz samba-91e743081723dc78fd5e5a6e2efe9c2603bf17bf.tar.bz2 samba-91e743081723dc78fd5e5a6e2efe9c2603bf17bf.zip |
s3:idmap_ldap: remove alloc context member from ldap_idmap_context
-rw-r--r-- | source3/winbindd/idmap_ldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |