mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
tools: Add missing enums to switch statement
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1dbeec4d44
commit
0678d01a70
@ -885,7 +885,7 @@ static int run_stop_schedule(void)
|
|||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
case sched_forever:
|
||||||
assert(!"schedule[].type value must be valid");
|
assert(!"schedule[].type value must be valid");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user