mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 03:44:32 +00:00
Merge pull request #4133 from dasteihn/sta/fallthrough
CODING_STYLE: add forgotten fallthrough
This commit is contained in:
commit
3d24d295ce
@ -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