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