mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Bug fix: re-used Connection have TLS value for previous conn.
This commit is contained in:
parent
a0097fe1d9
commit
bb693fd1b5
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ long connection_init(
|
|||
if ( use_tls ) {
|
||||
c->c_is_tls = 1;
|
||||
c->c_needs_tls_accept = 1;
|
||||
} else {
|
||||
c->c_is_tls = 0;
|
||||
c->c_needs_tls_accept = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue