]> git.puffer.fish Git - mirror/frr.git/commit
zebra: use break instead of goto 15184/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 20 Jan 2024 23:50:49 +0000 (18:50 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 21 Jan 2024 01:08:05 +0000 (20:08 -0500)
commit63816f7579b2a8a8be55b842913df06277637bb3
tree7dee1b6d772a089d103fa06a6a9d162c0814c744
parentaf6499d0524065761c78e0fa70fba6dc84dc5fe1
zebra: use break instead of goto

There is a goto statement that would be better served
with a break statement.  Let's try to minimize this
in the code.

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