diff --git a/src/core/swap.c b/src/core/swap.c index f295b6543..727bb95e7 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -959,10 +959,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: