mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 03:19:27 -05:00
connection_get forgot to unlock c_mutex in not used case!
This commit is contained in:
parent
e2e1cb76cb
commit
61eaffeed2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue