From f5f04b7d2070287becf29ef93e2a9532b5dd300c Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 26 Sep 2025 16:47:32 +0200 Subject: [PATCH] bus: Clarify that ALERT_TS_NARROWED is issued for local narrowing as well --- src/libcharon/bus/bus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/bus/bus.h b/src/libcharon/bus/bus.h index d814d09e34..ed3b4ecb01 100644 --- a/src/libcharon/bus/bus.h +++ b/src/libcharon/bus/bus.h @@ -124,7 +124,7 @@ enum alert_t { /** traffic selectors do not match, arguments are two linked_list_t * containing traffic_selector_t for initiator and for responder */ ALERT_TS_MISMATCH, - /** traffic selectors have been narrowed by the peer, arguments are + /** traffic selectors have been narrowed by us or the peer, arguments are * an int (TRUE for local TS), a linked_list_t* (final TS list), and the * child_cfg_t*. */ ALERT_TS_NARROWED, -- 2.47.3