connection_get forgot to unlock c_mutex in not used case!

This commit is contained in:
Kurt Zeilenga 1999-06-14 20:33:21 +00:00
parent e2e1cb76cb
commit 61eaffeed2

View file

@ -200,6 +200,7 @@ static Connection* connection_get( int s )
"connection_get(%d): connection not used.\n",
s, c->c_connid, 0 );
ldap_pvt_thread_mutex_unlock( &c->c_mutex );
return NULL;
}