]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
CODING_STYLE: add forgotten fallthrough 4133/head
authorPhilipp Stanner <stanner@posteo.de>
Tue, 7 Jun 2022 11:06:56 +0000 (13:06 +0200)
committerPhilipp Stanner <stanner@posteo.de>
Tue, 7 Jun 2022 11:06:56 +0000 (13:06 +0200)
Signed-off-by: Philipp Stanner <stanner@posteo.de>
CODING_STYLE.md

index bf8b304a52215c4f773221389e6cf8e2740f107d..e4949b622232db551a058a60821916fe4718376f 100644 (file)
@@ -689,6 +689,8 @@ int lxc_attach_run_command(void *payload)
                case ENOEXEC:
                        ret = 126;
                        break;
+               case ENOTDIR:
+                       __fallthrough;
                case ENOENT:
                        ret = 127;
                        break;