mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 14:45:24 +00:00
CODING_STYLE: add forgotten fallthrough
Signed-off-by: Philipp Stanner <stanner@posteo.de>
This commit is contained in:
parent
4cda46cb33
commit
3bba8eade7
@ -689,6 +689,8 @@ int lxc_attach_run_command(void *payload)
|
||||
case ENOEXEC:
|
||||
ret = 126;
|
||||
break;
|
||||
case ENOTDIR:
|
||||
__fallthrough;
|
||||
case ENOENT:
|
||||
ret = 127;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user