mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo
This commit is contained in:
parent
4067b97cf4
commit
448f584fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -2066,7 +2066,7 @@ syncprov_op_search( Operation *op, SlapReply *rs )
|
||||||
*sop = so;
|
*sop = so;
|
||||||
ldap_pvt_thread_mutex_init( &sop->s_mutex );
|
ldap_pvt_thread_mutex_init( &sop->s_mutex );
|
||||||
sop->s_rid = srs->sr_state.rid;
|
sop->s_rid = srs->sr_state.rid;
|
||||||
sop->s_rid = srs->sr_state.sid;
|
sop->s_sid = srs->sr_state.sid;
|
||||||
sop->s_inuse = 1;
|
sop->s_inuse = 1;
|
||||||
|
|
||||||
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue