Skip to content
Snippets Groups Projects
Commit eb0c92c7 authored by Howard Chu's avatar Howard Chu
Browse files

Return rc for tls_init_def_ctx

parent ea52fa57
No related branches found
No related tags found
No related merge requests found
......@@ -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) *
......
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