]> git.proxmox.com Git - mirror_frr.git/commit - lib/nexthop_group.c
lib: Fix nexthop_group_equal*() NULL check
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 3 Sep 2019 18:46:14 +0000 (14:46 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:43 +0000 (11:13 -0400)
commit9c387098eb147a628857982639258cf7d4d9a090
tree95665b994559888fe01fe45e05bd3a9f877ab6ff
parent737170f5bf7e9f999543c30eff4824646885652b
lib: Fix nexthop_group_equal*() NULL check

Logic error on the second null check for nexthop groups
passed to the `nexthop_group_equal*() functions. This fixes it.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/nexthop_group.c