mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit
This commit is contained in:
parent
716b35e191
commit
4f05d992f2
1 changed files with 4 additions and 4 deletions
|
|
@ -962,8 +962,8 @@ notfound:
|
|||
if ( wwctx.flag ) {
|
||||
wwctx.flag = 0;
|
||||
mdb_txn_renew( ltid );
|
||||
mdb_cursor_renew( mci );
|
||||
mdb_cursor_renew( mcd );
|
||||
mdb_cursor_renew( ltid, mci );
|
||||
mdb_cursor_renew( ltid, mcd );
|
||||
}
|
||||
|
||||
mdb_entry_return( op, e );
|
||||
|
|
@ -1005,8 +1005,8 @@ notfound:
|
|||
if ( wwctx.flag ) {
|
||||
wwctx.flag = 0;
|
||||
mdb_txn_renew( ltid );
|
||||
mdb_cursor_renew( mci );
|
||||
mdb_cursor_renew( mcd );
|
||||
mdb_cursor_renew( ltid, mci );
|
||||
mdb_cursor_renew( ltid, mcd );
|
||||
}
|
||||
rs->sr_attrs = NULL;
|
||||
rs->sr_entry = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue