From 0d2f200bfbd063e605d2065b4b04df12afd8b5cb Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 5 Dec 2025 17:01:01 -0500 Subject: [PATCH] cel_manager.c: Correct manager event mask for CEL events. There is no EVENT_FLAG_CEL and these events are raised with as EVENT_FLAG_CALL. --- cel/cel_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cel/cel_manager.c b/cel/cel_manager.c index c4f45e36ad..302065a882 100644 --- a/cel/cel_manager.c +++ b/cel/cel_manager.c @@ -35,7 +35,7 @@ /*** DOCUMENTATION - + 13.2.0 -- 2.47.3