]> git.puffer.fish Git - mirror/frr.git/commit
nhrpd: r is always < 0 at some points of if else statements
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 19:14:29 +0000 (15:14 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 20:31:35 +0000 (16:31 -0400)
commit45f68cb8b4242f9a95732a4f94f9818fe4f3d94f
treef42bdff97824e8c53378a84bb74a2e86ac642aad
parent38ec6e680d4b0c817ee193851208e68220676948
nhrpd: r is always < 0 at some points of if else statements

Since r is always < 0 at the last if/else there is no point
in testing for it.

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