mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
timer: Add missing break in switch
This commit is contained in:
parent
1ddff895f3
commit
0b021426fb
@ -430,7 +430,7 @@ void timer_unit_notify(Unit *u, UnitActiveState new_state) {
|
||||
|
||||
case TIMER_DEAD:
|
||||
case TIMER_FAILED:
|
||||
;
|
||||
break;
|
||||
|
||||
default:
|
||||
assert_not_reached("Unknown timer state");
|
||||
|
Loading…
Reference in New Issue
Block a user