1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00

bus: simplification

This commit is contained in:
Lennart Poettering 2014-04-23 06:57:00 +02:00
parent c7fdf44d08
commit 1b02f30183

View File

@ -2377,8 +2377,6 @@ _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);
r = sd_bus_message_new_signal(bus, &m, path, "org.freedesktop.DBus.ObjectManager", "InterfacesAdded");