s3:idmap_ldap: remove unused filter range from struct idmap_ldap_context
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 08:16:54 +0000 (10:16 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:22:18 +0000 (12:22 +0200)
source3/winbindd/idmap_ldap.c

index aefec3e3d16ec29f771bfbf8731dead83e50200b..88ecaae3f78bde182101022945c5c192b33c244e 100644 (file)
@@ -61,7 +61,6 @@ struct idmap_ldap_context {
        char *url;
        char *suffix;
        char *user_dn;
-       uint32_t filter_low_id, filter_high_id;         /* Filter range */
        bool anon;
 };