about summary refs log tree commit homepage
path: root/ext/tdb/tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tdb/tdb.c')
-rw-r--r--ext/tdb/tdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tdb/tdb.c b/ext/tdb/tdb.c
index d1b573a..196e29d 100644
--- a/ext/tdb/tdb.c
+++ b/ext/tdb/tdb.c
@@ -737,6 +737,7 @@ void Init_tdb_ext(void)
         /* Better hashing, but can't be opened by tdb < 1.2.6. */
         rb_define_const(cTDB, "INCOMPATIBLE_HASH", UINT2NUM(TDB_INCOMPATIBLE_HASH));
 #endif
+        rbtdb_init_tdb_hash_functions();
 }
 
 /*