]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix redundant or test
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:32:33 +0000 (09:32 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:32:33 +0000 (09:32 -0400)
commit9588ae79fa4ee90730302d9edb42dd86e790e6fd
tree21f17ea238aeeca516c3cde5982666ef87338e34
parent68542a6da651a4a3f5d280482313f14508618c43
bgpd: Fix redundant or test

The if statement had a second instance of the same variable
to test as part of the statement.

Found by SA.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_pbr.c