mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fix typo in prev commit
This commit is contained in:
parent
50b1d9025f
commit
3640a6f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1164,7 +1164,7 @@ bdb_cache_modrdn(
|
|||
pei->bei_ckids--;
|
||||
if ( pei->bei_dkids ) {
|
||||
pei->bei_dkids--;
|
||||
if ( pei->bei_kids < 2 )
|
||||
if ( pei->bei_dkids < 2 )
|
||||
pei->bei_state |= CACHE_ENTRY_NO_KIDS | CACHE_ENTRY_NO_GRANDKIDS;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue