]> git.puffer.fish Git - mirror/frr.git/commit
zebra: ret is always -1 or 0 at this point so remove the if test
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 19:26:10 +0000 (15:26 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 20:31:35 +0000 (16:31 -0400)
commit87472c69994290c8ffebb210df6b09d546471523
tree5d64b186cb070874aa59e45a9a1d69898bfd7bce
parent7aa77e557b133f3d745c012241fbad24e4b89ea0
zebra: ret is always -1 or 0 at this point so remove the if test

Remove the if test and cleanup the code to better align.

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