mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
renew SSL context when setting global Options
This commit is contained in:
parent
0d5c46d838
commit
36ba454bb6
1 changed files with 1 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue