mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#3833 assume environment was already recovered by an external action
if it's missing, just succeed in this case.
This commit is contained in:
parent
754a059951
commit
3232686cc1
@ -209,7 +209,10 @@ bdb_db_recover( BackendDB *be )
|
||||
#endif
|
||||
|
||||
if( rc == ENOENT ) {
|
||||
goto re_exit;
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"bdb_db_recover: DB environment files are missing, assuming it was "
|
||||
"manually recovered\n", 0, 0, 0 );
|
||||
return 0;
|
||||
}
|
||||
else if( rc != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
Loading…
Reference in New Issue
Block a user