From a44aef6ad7a54ac4986151e2693cdca1be0c5efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 19 Sep 2003 14:19:43 +0200 Subject: [PATCH] (do_exc_chain_connections_handler): Clearified comment. Rev: src/proxy.c:1.14.2.1 --- src/proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/proxy.c b/src/proxy.c index 1c759ed6..3db3e2d0 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -71,6 +71,7 @@ do_exc_chain_connections_handler(struct exception_handler *c, /* NOTE: It's fine to pass the same exception to several * handlers. */ EXCEPTION_RAISE(chain->e, e); + /* Raise the same exception with the parent handler too. */ } } } -- GitLab