mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
ITS#10237 fix prev commit
This commit is contained in:
parent
a323284c06
commit
3327a6b693
1 changed files with 2 additions and 2 deletions
|
|
@ -268,7 +268,7 @@ retry:
|
|||
}
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &li->li_counter_mutex );
|
||||
ldap_pvt_mp_add_ulong_ulong( li->li_ops_completed[ SLAP_OP_EXTENDED ], 1 );
|
||||
ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_EXTENDED ], 1 );
|
||||
ldap_pvt_thread_mutex_unlock( &li->li_counter_mutex );
|
||||
|
||||
if ( freedn ) {
|
||||
|
|
@ -363,7 +363,7 @@ retry:
|
|||
}
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &li->li_counter_mutex );
|
||||
ldap_pvt_mp_add_ulong_ulong( li->li_ops_completed[ SLAP_OP_EXTENDED ], 1 );
|
||||
ldap_pvt_mp_add_ulong( li->li_ops_completed[ SLAP_OP_EXTENDED ], 1 );
|
||||
ldap_pvt_thread_mutex_unlock( &li->li_counter_mutex );
|
||||
|
||||
if ( text ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue