summaryrefslogtreecommitdiff
path: root/source3/groupdb
diff options
context:
space:
mode:
Diffstat (limited to 'source3/groupdb')
-rw-r--r--source3/groupdb/mapping_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c
index fa91fc2310..ee8d7526a0 100644
--- a/source3/groupdb/mapping_tdb.c
+++ b/source3/groupdb/mapping_tdb.c
@@ -935,7 +935,7 @@ failed:
static bool mapping_switch(const char *ldb_path)
{
- static TALLOC_CTX *ltdb;
+ TDB_CONTEXT *ltdb;
TALLOC_CTX *frame;
char *new_path;
int ret;