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
Oren Tirosh
OpenLDAP
Commits
323bb1d9
Commit
323bb1d9
authored
Jan 17, 2020
by
Ondřej Kuzník
Browse files
Handle upstream rejecting a StartTLS exop
parent
0abf3f5b
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/lloadd/upstream.c
View file @
323bb1d9
...
...
@@ -842,7 +842,9 @@ upstream_starttls( LloadConnection *c )
c
->
c_io_state
&=
~
LLOAD_C_READ_HANDOVER
;
checked_unlock
(
&
c
->
c_io_mutex
);
return
rc
;
/* Do not keep handle_pdus running, we have adjusted c_read_event as we
* need it. */
return
-
1
;
}
base
=
event_get_base
(
c
->
c_read_event
);
...
...
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