summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-16 17:31:52 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:44 +0200
commit871945ae199472f4635a272467a3df5bb4d8c44c (patch)
tree7ebf5bb7e528e725595fcc095febeabb39fe344b /source3/winbindd/idmap_tdb2.c
parent2842389e55f846d559e3ae6297e6dc93b9ac68f8 (diff)
downloadsamba-871945ae199472f4635a272467a3df5bb4d8c44c.tar.gz
samba-871945ae199472f4635a272467a3df5bb4d8c44c.tar.bz2
samba-871945ae199472f4635a272467a3df5bb4d8c44c.zip
s3:idmap_tdb2: remove filter_low_id and filter_high_id from idmap_tdb2_context
Now these are taken from the idmap_domain struct.
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 1423314375..e6d5bb4290 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -37,8 +37,6 @@
#define DBGC_CLASS DBGC_IDMAP
struct idmap_tdb2_context {
- uint32_t filter_low_id;
- uint32_t filter_high_id;
const char *script; /* script to provide idmaps */
};