mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix c_mutex unlock bug
This commit is contained in:
parent
065af58fb7
commit
2d4fb1e6e1
@ -82,7 +82,7 @@ starttls_extop (
|
||||
|
||||
done:
|
||||
/* give up connection lock */
|
||||
ldap_pvt_thread_mutex_lock( &conn->c_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_mutex );
|
||||
|
||||
/*
|
||||
* RACE CONDITION: we give up lock before sending result
|
||||
|
Loading…
Reference in New Issue
Block a user