Skip to content
Snippets Groups Projects
Commit 7c8c5213 authored by Howard Chu's avatar Howard Chu
Browse files

BDB_MULTI still needs the dupsort function.

parent fff5fc14
Branches
Tags
No related merge requests found
......@@ -91,6 +91,7 @@ bdb_db_cache(
#endif
#ifdef BDB_IDL_MULTI
rc = db->bdi_db->set_flags( db->bdi_db, DB_DUP | DB_DUPSORT );
rc = db->bdi_db->set_dup_compare( db->bdi_db, bdb_bt_compare );
#endif
file = ch_malloc( strlen( name ) + sizeof(BDB_SUFFIX) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment