diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-29 19:02:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-29 19:02:08 +0200 |
commit | 8f88ecf6232fe6c46eecafad7c421096bb29b617 (patch) | |
tree | ca4bdc49aaf4249e7cdf2e8b866a4e0d2d21d498 /src/core/dbus-manager.c | |
parent | 9030ca462bd13cd6536299814e4a71d5c5e85be9 (diff) |
core: for queued reload message there is no need to store the bus explicitly
After all it can be derived from the message directly, and already is.
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 632529fcbc..18a379f8c4 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -1166,7 +1166,6 @@ static int method_reload(sd_bus_message *message, void *userdata, sd_bus_error * if (r < 0) return r; - m->queued_message_bus = sd_bus_ref(sd_bus_message_get_bus(message)); m->exit_code = MANAGER_RELOAD; return 1; |