From 871945ae199472f4635a272467a3df5bb4d8c44c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 16 Jun 2010 17:31:52 +0200 Subject: [PATCH] s3:idmap_tdb2: remove filter_low_id and filter_high_id from idmap_tdb2_context Now these are taken from the idmap_domain struct. --- source3/winbindd/idmap_tdb2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 14233143752..e6d5bb42903 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 */ }; -- 2.34.1