mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#8036 more for prev commit
This commit is contained in:
parent
0528f9f923
commit
217d6ffcdb
1 changed files with 2 additions and 0 deletions
|
|
@ -371,6 +371,8 @@ mdb_waitfixup( Operation *op, ww_ctx *ww, MDB_cursor *mci, MDB_cursor *mcd, ID2
|
|||
int i;
|
||||
key.mv_size = sizeof(ID);
|
||||
for ( i=1; i<scopes[0].mid; i++ ) {
|
||||
if ( !scopes[i].mval.mv_size )
|
||||
continue;
|
||||
key.mv_data = &scopes[i].mid;
|
||||
mdb_cursor_get( mcd, &key, &scopes[i].mval, MDB_SET );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue