Compare commits

..

No commits in common. "79bb680cbfda2e4ffdfcbf894a30982c62e7b999" and "b63c88b6271804e4770a14d94c66210e0c8063d7" have entirely different histories.

1 changed files with 1 additions and 6 deletions

View File

@ -3257,12 +3257,7 @@ static void socket_trigger_notify(Unit *u, Unit *other) {
assert(other);
/* Filter out invocations with bogus state */
if (!IN_SET(other->load_state,
UNIT_LOADED,
UNIT_NOT_FOUND,
UNIT_BAD_SETTING,
UNIT_ERROR,
UNIT_MASKED) || other->type != UNIT_SERVICE)
if (other->load_state != UNIT_LOADED || other->type != UNIT_SERVICE)
return;
/* Don't propagate state changes from the service if we are already down */