mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue