mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Return rc for tls_init_def_ctx
This commit is contained in:
parent
ea52fa57b7
commit
eb0c92c7df
1 changed files with 1 additions and 0 deletions
|
|
@ -416,6 +416,7 @@ ldap_pvt_tls_init_def_ctx( int is_server )
|
|||
#ifdef LDAP_R_COMPILE
|
||||
ldap_pvt_thread_mutex_unlock( &tls_def_ctx_mutex );
|
||||
#endif
|
||||
return rc;
|
||||
}
|
||||
|
||||
static STACK_OF(X509_NAME) *
|
||||
|
|
|
|||
Loading…
Reference in a new issue