mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
Missed a deadlock check
This commit is contained in:
parent
7a3eb8053a
commit
babf624b23
1 changed files with 3 additions and 0 deletions
|
|
@ -582,6 +582,9 @@ list_candidates(
|
|||
save+BDB_IDL_UM_SIZE );
|
||||
|
||||
if ( rc != 0 ) {
|
||||
if ( rc == DB_LOCK_DEADLOCK )
|
||||
return rc;
|
||||
|
||||
if ( ftype == LDAP_FILTER_AND ) {
|
||||
rc = 0;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue