mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
parent
5978bdd05f
commit
0f5a443e8c
@ -916,7 +916,7 @@ static int check_units_active(void) {
|
||||
while ((r = sd_bus_message_read(
|
||||
reply, "(ssssssouso)",
|
||||
NULL, NULL, NULL, &state, NULL,
|
||||
NULL, NULL, NULL, NULL, NULL) > 0))
|
||||
NULL, NULL, NULL, NULL, NULL)) > 0)
|
||||
if (!STR_IN_SET(state, "dead", "failed"))
|
||||
c++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user