1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-10 16:58:28 +03:00

core/dbus-manager: add missing assertion

This commit is contained in:
Mike Yuan 2024-04-14 23:21:13 +08:00
parent da130b9ab8
commit 8a70edc1f7
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -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. */