From 4f19c6a723a48247290c41623af01402d122f93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 19 Sep 2003 16:23:07 +0200 Subject: [PATCH] (do_exc_userauth_disconnect): Clarified comment on exception handling. Rev: src/client_userauth.c:1.52.2.2 --- src/client_userauth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client_userauth.c b/src/client_userauth.c index 1d3713071..dcdd7b1a6 100644 --- a/src/client_userauth.c +++ b/src/client_userauth.c @@ -438,7 +438,8 @@ do_exc_userauth_disconnect(struct exception_handler *s, EXCEPTION_RAISE(self->connection->e, make_protocol_exception(SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE, NULL)); - /* FIXME: Should we return here? */ + /* Also raise the exception with the parent exception + handler. */ } EXCEPTION_RAISE(s->parent, e); -- GitLab