Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
[ira/wip.git] / source3 / lib / sessionid_tdb.c
index 1515728bd941ef2da0aaae7d51c4fc7b6a497916..fe67681d189802b14c8ec7f8bfae225227877098 100644 (file)
@@ -29,7 +29,7 @@ static struct db_context *session_db_ctx(void)
        }
 
        session_db_ctx_ptr = db_open(NULL, lock_path("sessionid.tdb"), 0,
-                                    TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
+                                    TDB_CLEAR_IF_FIRST|TDB_DEFAULT|TDB_INCOMPATIBLE_HASH,
                                     O_RDWR | O_CREAT, 0644);
        return session_db_ctx_ptr;
 }