summaryrefslogtreecommitdiffstats
path: root/source3/torture/test_idmap_tdb_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_idmap_tdb_common.c')
-rw-r--r--source3/torture/test_idmap_tdb_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_idmap_tdb_common.c b/source3/torture/test_idmap_tdb_common.c
index 6f5f3c55f84..f7262a24107 100644
--- a/source3/torture/test_idmap_tdb_common.c
+++ b/source3/torture/test_idmap_tdb_common.c
@@ -86,7 +86,7 @@ static bool open_db(struct idmap_tdb_common_context *ctx)
ctx->db = db_open(ctx, db_path, 0, TDB_DEFAULT,
O_RDWR | O_CREAT, 0600,
- DBWRAP_LOCK_ORDER_1);
+ DBWRAP_LOCK_ORDER_1, DBWRAP_FLAG_NONE);
if(!ctx->db) {
DEBUG(0, ("Failed to open database: %s\n", strerror(errno)));