mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
TLS ctx is already cleaned up
This commit is contained in:
parent
cf47d33459
commit
f4da18e7e4
1 changed files with 2 additions and 0 deletions
|
|
@ -1288,10 +1288,12 @@ void bindconf_free( slap_bindconf *bc ) {
|
|||
BER_BVZERO( &bc->sb_authzId );
|
||||
}
|
||||
#ifdef HAVE_TLS
|
||||
#if 0
|
||||
if ( bc->sb_tls_ctx ) {
|
||||
SSL_CTX_free( bc->sb_tls_ctx );
|
||||
bc->sb_tls_ctx = NULL;
|
||||
}
|
||||
#endif
|
||||
if ( bc->sb_tls_cert ) {
|
||||
ch_free( bc->sb_tls_cert );
|
||||
bc->sb_tls_cert = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue