Skip to content
Snippets Groups Projects
Commit 61eaffee authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

connection_get forgot to unlock c_mutex in not used case!

parent e2e1cb76
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment