dbwrap: add dbwrap_flags argument to dbwrap_local_open()
[metze/samba/wip.git] / libcli / auth / schannel_state_tdb.c
index 6669b465b731cc4cb0716a2cd7db52286490b52f..2219540b1c6a1fb25f45c707ede6ad89f2c0e497 100644 (file)
@@ -49,7 +49,7 @@ struct db_context *open_schannel_session_store(TALLOC_CTX *mem_ctx,
 
        db_sc = dbwrap_local_open(mem_ctx, lp_ctx, fname, 0,
                                  TDB_CLEAR_IF_FIRST|TDB_NOSYNC, O_RDWR|O_CREAT,
-                                 0600, 0);
+                                 0600, 0, DBWRAP_FLAG_NONE);
 
        if (!db_sc) {
                DEBUG(0,("open_schannel_session_store: Failed to open %s - %s\n",