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

Fix no_threads build

parent dd733e16
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,9 @@ bdb_db_init( BackendDB *be )
bdb->bi_dbenv_xflags = 0;
bdb->bi_dbenv_mode = DEFAULT_MODE;
#ifndef NO_THREADS
bdb->bi_lock_detect = DB_LOCK_NORUN;
#endif
be->be_private = bdb;
return 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