Skip to content
Snippets Groups Projects
Commit 36ba454b authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

renew SSL context when setting global Options

parent 0d5c46d8
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