summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/idmap_tdb.c')
-rw-r--r--source3/winbindd/idmap_tdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 0b48247c3b..cb9e38ed90 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -33,6 +33,10 @@
#define IDMAP_VERSION 2
+struct idmap_tdb_context {
+ struct db_context *db;
+};
+
/* High water mark keys */
#define HWM_GROUP "GROUP HWM"
#define HWM_USER "USER HWM"
@@ -535,10 +539,6 @@ static NTSTATUS idmap_tdb_alloc_close(void)
/**********************************************************************
IDMAP MAPPING TDB BACKEND
**********************************************************************/
-
-struct idmap_tdb_context {
- struct db_context *db;
-};
/*****************************
Initialise idmap database.