mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#8226 leave nested ops alone
This commit is contained in:
parent
bea2c5d438
commit
86ae4e0126
1 changed files with 1 additions and 1 deletions
|
|
@ -1120,7 +1120,7 @@ notfound:
|
|||
}
|
||||
|
||||
loop_continue:
|
||||
if ( !wwctx.flag && mdb->mi_rtxn_size ) {
|
||||
if ( moi == &opinfo && !wwctx.flag && mdb->mi_rtxn_size ) {
|
||||
wwctx.nentries++;
|
||||
if ( wwctx.nentries >= mdb->mi_rtxn_size ) {
|
||||
wwctx.nentries = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue