mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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 );
|
||||
|
||||
if ( rc != 0 ) {
|
||||
if ( rc == DB_LOCK_DEADLOCK )
|
||||
return rc;
|
||||
|
||||
if ( ftype == LDAP_FILTER_AND ) {
|
||||
rc = 0;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user