From 827ac4f53dd8b4e82d47e6d29fabe5baf62cb722 Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 11 Apr 2022 15:01:40 +0100 Subject: [PATCH] Forward PCM to applications even if PCM is inactive --- src/facilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities.c b/src/facilities.c index c691852..9f26fad 100644 --- a/src/facilities.c +++ b/src/facilities.c @@ -233,8 +233,8 @@ static int transport_indication(facilities_t *facilities, void* responder, void* case 2043: if (facilities->coordination.active) { pcm_check(facilities, its_msg); - fwd = true; } + fwd = true; break; default: