mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
ITS#5455 be sure to reset bei_finders / bei_state
This commit is contained in:
parent
51be9d70fe
commit
91c23cbc4d
1 changed files with 5 additions and 5 deletions
|
|
@ -964,12 +964,12 @@ load1:
|
|||
}
|
||||
#endif
|
||||
}
|
||||
bdb_cache_entryinfo_lock( *eip );
|
||||
(*eip)->bei_finders--;
|
||||
if ( load )
|
||||
(*eip)->bei_state ^= CACHE_ENTRY_LOADING;
|
||||
bdb_cache_entryinfo_unlock( *eip );
|
||||
}
|
||||
bdb_cache_entryinfo_lock( *eip );
|
||||
(*eip)->bei_finders--;
|
||||
if ( load )
|
||||
(*eip)->bei_state ^= CACHE_ENTRY_LOADING;
|
||||
bdb_cache_entryinfo_unlock( *eip );
|
||||
}
|
||||
}
|
||||
if ( flag & ID_LOCKED ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue