mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
bus: simplification
This commit is contained in:
parent
c7fdf44d08
commit
1b02f30183
@ -2377,9 +2377,7 @@ _public_ int sd_bus_emit_interfaces_added_strv(sd_bus *bus, const char *path, ch
|
||||
|
||||
do {
|
||||
bus->nodes_modified = false;
|
||||
|
||||
if (m)
|
||||
m = sd_bus_message_unref(m);
|
||||
m = sd_bus_message_unref(m);
|
||||
|
||||
r = sd_bus_message_new_signal(bus, &m, path, "org.freedesktop.DBus.ObjectManager", "InterfacesAdded");
|
||||
if (r < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user