s3:idmap_ldap: remove alloc context member from ldap_idmap_context
authorMichael Adam <obnox@samba.org>
Tue, 7 Dec 2010 23:26:05 +0000 (00:26 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 2 Jan 2011 11:51:54 +0000 (12:51 +0100)
source3/winbindd/idmap_ldap.c

index a8d27b3a8c93d8ebc16d049ff08875efaf41cab5..d78041053a91c06e67fc7ec12dac55dab96ef6cd 100644 (file)
@@ -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;
 };