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:
/* 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