Fix c_mutex unlock bug

This commit is contained in:
Kurt Zeilenga 2000-04-12 01:40:06 +00:00
parent 065af58fb7
commit 2d4fb1e6e1

View file

@ -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