mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#4137 was returning with tls_def_ctx_mutex locked.
This commit is contained in:
parent
30869197f8
commit
6fcfaedf90
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ ldap_pvt_tls_init_def_ctx( void )
|
|||
|
||||
if ( !certfile && !keyfile && !cacertfile && !cacertdir ) {
|
||||
/* minimum configuration not provided */
|
||||
#ifdef LDAP_R_COMPILE
|
||||
ldap_pvt_thread_mutex_unlock( &tls_def_ctx_mutex );
|
||||
#endif
|
||||
return LDAP_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue