mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Missed a deadlock check
This commit is contained in:
parent
7a3eb8053a
commit
babf624b23
@ -582,6 +582,9 @@ list_candidates(
|
|||||||
save+BDB_IDL_UM_SIZE );
|
save+BDB_IDL_UM_SIZE );
|
||||||
|
|
||||||
if ( rc != 0 ) {
|
if ( rc != 0 ) {
|
||||||
|
if ( rc == DB_LOCK_DEADLOCK )
|
||||||
|
return rc;
|
||||||
|
|
||||||
if ( ftype == LDAP_FILTER_AND ) {
|
if ( ftype == LDAP_FILTER_AND ) {
|
||||||
rc = 0;
|
rc = 0;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user