diff --git a/src/core/swap.c b/src/core/swap.c index e0627db965a..6b204df5841 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -999,10 +999,7 @@ static void swap_sigchld_event(Unit *u, pid_t pid, int code, int status) { case SWAP_DEACTIVATING_SIGKILL: case SWAP_DEACTIVATING_SIGTERM: - if (f == SWAP_SUCCESS) - swap_enter_dead(s, f); - else - swap_enter_dead(s, f); + swap_enter_dead(s, f); break; default: