diff options
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index feca6e8b80..76901c7f11 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -675,9 +675,6 @@ static int transient_aux_units_from_message( return r; while ((r = sd_bus_message_enter_container(message, 'r', "sa(sv)")) > 0) { - if (r <= 0) - return r; - r = sd_bus_message_read(message, "s", &name); if (r < 0) return r; |