mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Cleanup prev commit
This commit is contained in:
parent
bb9287ba1a
commit
b1d1c74247
1 changed files with 1 additions and 1 deletions
|
|
@ -1144,7 +1144,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs )
|
|||
{
|
||||
slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
|
||||
syncprov_info_t *si = on->on_bi.bi_private;
|
||||
syncops *so = NULL, **sop;
|
||||
syncops *so, **sop;
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
||||
for ( sop=&si->si_ops; (so = *sop); sop = &(*sop)->s_next ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue