tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.
[kai/samba.git] / lib / tdb_compat / tdb_compat.h
index 1f7e8a9c63672491d8f6ca868cbe7f22ace5fada..4a01c15fdbd3c7213cfa7b6c9d4b9d48db38da41 100644 (file)
@@ -82,7 +82,7 @@ int tdb_reopen_all(int parent_longlived);
 
 /* These no longer exist in tdb2. */
 #define TDB_CLEAR_IF_FIRST 1048576
-#define TDB_INCOMPATIBLE_HASH 0
+#define TDB_INCOMPATIBLE_HASH 2097152
 #define TDB_VOLATILE 0
 
 /* tdb2 does nonblocking functions via attibutes. */