Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
bb693fd1
Commit
bb693fd1
authored
Dec 09, 1999
by
Mark Valence
Browse files
Bug fix: re-used Connection have TLS value for previous conn.
parent
a0097fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
bb693fd1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment