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

Don't set_cachesize for db3

parent 39d364c7
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ ldbm_open( char *name, int rw, int mode, int dbcachesize )
ret->set_pagesize( ret, DEFAULT_DB_PAGE_SIZE );
ret->set_malloc( ret, ldbm_malloc );
ret->set_cachesize( ret, 0, dbcachesize, 0 );
err = ret->open( ret, name, NULL, DB_TYPE, rw, mode);
LDBM_UNLOCK;
if ( err != 0 )
......
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