diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 10:16:54 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:53 +0200 |
commit | 1cf27374ab97841cf7b70a73217151276938885b (patch) | |
tree | fa2f9db4990d7c893e867e566b14f27fcd3e0805 /source3 | |
parent | 5bb4a94c6c022256e04e047ecf70be0d2cf09924 (diff) | |
download | samba-1cf27374ab97841cf7b70a73217151276938885b.tar.gz samba-1cf27374ab97841cf7b70a73217151276938885b.tar.bz2 samba-1cf27374ab97841cf7b70a73217151276938885b.zip |
s3:idmap_ldap: remove unused filter range from struct idmap_ldap_context
Diffstat (limited to 'source3')
-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 3f7f966aa4..2b310e01bb 100644 --- a/source3/winbindd/idmap_ldap.c +++ b/source3/winbindd/idmap_ldap.c @@ -62,7 +62,6 @@ struct idmap_ldap_context { char *url; char *suffix; char *user_dn; - uint32_t filter_low_id, filter_high_id; /* Filter range */ bool anon; }; |