mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
More for ITS#8043
This commit is contained in:
parent
bc1e08e296
commit
bb9287ba1a
@ -1147,8 +1147,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs )
|
||||
syncops *so = NULL, **sop;
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
||||
for ( sop=&si->si_ops; *sop; sop = &(*sop)->s_next ) {
|
||||
so = *sop;
|
||||
for ( sop=&si->si_ops; (so = *sop); sop = &(*sop)->s_next ) {
|
||||
if ( so->s_op->o_connid == op->o_connid &&
|
||||
so->s_op->o_msgid == op->orn_msgid ) {
|
||||
so->s_op->o_abandon = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user