chiark / gitweb /
clang: fix numerous little issues found with clang-analyzer
[elogind.git] / src / swap.c
index 6765a4ae30a48246db2a8d67b3f0566cde57e960..29006712b5e6b76c1de24b2dda05066f84f585a2 100644 (file)
@@ -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) {