]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_graph.c
*: use proper bool initializers & fix comparisons
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 25 Feb 2019 18:51:33 +0000 (18:51 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 25 Feb 2019 23:00:16 +0000 (23:00 +0000)
commitd8729f8cb55d118c1937b7d001d70d6ea4476e52
tree0890eb18b74ac62411e8a991d0db2d1579042a46
parent4923d6ed9822deae74aa71775337a8f1b51da3ec
*: use proper bool initializers & fix comparisons

- bools should be initialized with true/false
- bools do not need to be compared

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bfdd/bfd_packet.c
bfdd/bfdd_vty.c
bgpd/bgp_lcommunity.c
bgpd/bgp_pbr.c
bgpd/bgpd.c
isisd/isis_pdu.c
lib/command_graph.c
lib/libfrr.c
lib/northbound_confd.c
lib/yang_wrappers.c
pbrd/pbr_nht.c