mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
More for prev commit
This commit is contained in:
parent
553d6a9963
commit
4775157666
1 changed files with 1 additions and 1 deletions
|
|
@ -1161,7 +1161,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
|||
ber_dupbv_x( &opc->sndn, &e->e_nname, op->o_tmpmemctx );
|
||||
}
|
||||
|
||||
scook = op->o_controls[slap_cids.sc_LDAPsync];
|
||||
scook = op->o_controls ? op->o_controls[slap_cids.sc_LDAPsync] : NULL;
|
||||
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
||||
for (ss = si->si_ops, sprev = (syncops *)&si->si_ops; ss;
|
||||
sprev = ss, ss=snext)
|
||||
|
|
|
|||
Loading…
Reference in a new issue