mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Don't do alock recovery in readonly mode since we didn't do BDB recovery
This commit is contained in:
parent
87e2ad347b
commit
a7fe6266d8
@ -223,6 +223,7 @@ bdb_db_open( BackendDB *be, ConfigReply *cr )
|
||||
"Run manual recovery if errors are encountered.\n",
|
||||
be->be_suffix[0].bv_val, 0, 0 );
|
||||
do_recover = 0;
|
||||
do_alock_recover = 0;
|
||||
quick = alockt;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user