summaryrefslogtreecommitdiffstats
path: root/tools/start-stop-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/start-stop-daemon.c')
-rw-r--r--tools/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/start-stop-daemon.c b/tools/start-stop-daemon.c
index 0e4cf271f..e196a372e 100644
--- a/tools/start-stop-daemon.c
+++ b/tools/start-stop-daemon.c
@@ -885,7 +885,7 @@ static int run_stop_schedule(void)
strerror(errno));
}
- default:
+ case sched_forever:
assert(!"schedule[].type value must be valid");
}