Skip to content
Snippets Groups Projects
Commit 13e41eed authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Suck in BDB4 support from HEAD

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