From 8a70edc1f7a1da98521eac4dddafc06f60750696 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 14 Apr 2024 23:21:13 +0800 Subject: [PATCH] core/dbus-manager: add missing assertion --- src/core/dbus-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index fa85a5e698..59a7f2bd35 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -772,6 +772,7 @@ static int method_generic_unit_operation( assert(message); assert(m); + assert(handler); /* Read the first argument from the command and pass the operation to the specified per-unit * method. */ -- 2.25.1