mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix c_mutex unlock bug
This commit is contained in:
parent
065af58fb7
commit
2d4fb1e6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ starttls_extop (
|
||||||
|
|
||||||
done:
|
done:
|
||||||
/* give up connection lock */
|
/* 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
|
* RACE CONDITION: we give up lock before sending result
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue