Skip to content
Snippets Groups Projects
Commit aa890f86 authored by Ralf Haferkamp's avatar Ralf Haferkamp Committed by Quanah Gibson-Mount
Browse files

renew SSL context when setting global Options

parent cee1d863
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,7 @@ void TlsOptions::setOption( tls_option opt, void *value ) const {
throw( LDAPException( LDAP_PARAM_ERROR, "error while setting TLS option" ) );
}
}
if ( m_ld ){
this->newCtx();
}
this->newCtx();
}
void TlsOptions::getOption( tls_option opt, void* value ) const {
......
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