mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#9052 zero out sasl_ssf in connection_init
This commit is contained in:
parent
15137bf76f
commit
0fa0f8ff07
@ -535,7 +535,7 @@ Connection * connection_init(
|
||||
c->c_close_reason = "?"; /* should never be needed */
|
||||
|
||||
c->c_ssf = c->c_transport_ssf = ssf;
|
||||
c->c_tls_ssf = 0;
|
||||
c->c_tls_ssf = c->c_sasl_ssf = 0;
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
if ( flags & CONN_IS_TLS ) {
|
||||
|
Loading…
Reference in New Issue
Block a user