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

Minor fix to allow build with BDB 4

parent c96f8f16
Branches
Tags
No related merge requests found
......@@ -315,7 +315,7 @@ ldbm_open( DB_ENV *env, char *name, int rw, int mode, int dbcachesize )
return NULL;
}
#if DB_VERSION_MINOR < 3
#if DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR < 3
ret->set_malloc( ret, ldbm_malloc );
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment