diff options
author | Michael Adam <obnox@samba.org> | 2010-06-16 17:31:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:44 +0200 |
commit | 871945ae199472f4635a272467a3df5bb4d8c44c (patch) | |
tree | 7ebf5bb7e528e725595fcc095febeabb39fe344b /source3 | |
parent | 2842389e55f846d559e3ae6297e6dc93b9ac68f8 (diff) | |
download | samba-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')
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 2 |
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 */ }; |