diff --git a/src/swap.c b/src/swap.c index 6765a4ae30..29006712b5 100644 --- a/src/swap.c +++ b/src/swap.c @@ -400,7 +400,7 @@ static void swap_dump(Unit *u, FILE *f, const char *prefix) { static void swap_enter_dead(Swap *s, bool success) { assert(s); - swap_set_state(s, success ? SWAP_MAINTENANCE : SWAP_DEAD); + swap_set_state(s, success ? SWAP_DEAD : SWAP_MAINTENANCE); } static int swap_start(Unit *u) {