Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
841cbf33
Commit
841cbf33
authored
Oct 24, 2001
by
Niels Möller
Browse files
(do_exc_connection_handler): Added a comment
for the EXC_FINISH_READ case. Rev: src/connection.c:1.66
parent
e580122a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
841cbf33
...
...
@@ -239,7 +239,12 @@ do_exc_connection_handler(struct exception_handler *s,
self
->
connection
->
paused
=
0
;
break
;
case
EXC_FINISH_READ
:
/* FIXME: We could check if there are any channels still open,
* and write a warning message if there are. */
/* Fall through */
default:
EXCEPTION_RAISE
(
self
->
super
.
parent
,
e
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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