mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 15:23:11 -05:00
Fix prev commit again (ITS#4722)
This commit is contained in:
parent
5ee5709993
commit
44475373db
1 changed files with 1 additions and 1 deletions
|
|
@ -835,8 +835,8 @@ void connection_closing( Connection *c, const char *why )
|
|||
* connection_resched / connection_close before we
|
||||
* finish, but that's OK.
|
||||
*/
|
||||
ldap_pvt_thread_mutex_unlock( &c->c_mutex );
|
||||
slapd_clr_write( sd, 1 );
|
||||
ldap_pvt_thread_mutex_unlock( &c->c_mutex );
|
||||
ldap_pvt_thread_mutex_lock( &c->c_write_mutex );
|
||||
ldap_pvt_thread_mutex_lock( &c->c_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &c->c_write_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue