]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix missing break in switch
authorDonald Sharp <sharpd@nvidia.com>
Sun, 29 Oct 2023 20:04:16 +0000 (16:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 3 Nov 2023 17:54:55 +0000 (17:54 +0000)
commita22ab3f98f96908dc1bf7b7ad675e0005193d8e5
treedb6420e04472212b741b78f1926096e56e29ee99
parentad44b541ef84adfdfb97460ea0de50371328675b
zebra: Fix missing break in switch

Recent Changes added the -Wimplicit-fallthrough flag
to FRR's compilation.  Implementor does not build with
lua support and as such this one was missed in the compilation

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_script.c