]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: ospf_nbr_nbma_lookup_next always returns NULL
authorDonald Sharp <sharpd@nvidia.com>
Thu, 28 Jan 2021 19:56:11 +0000 (14:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 28 Jan 2021 19:56:11 +0000 (14:56 -0500)
commit153bdb3d03542530ed1deccbefc716cb4b699a67
tree9f61a2e7fa34a2166843a033e1192866e5f4d199
parentd3e3a408d5a9cad9aa545e24bf8c3f369c4d6539
ospfd: ospf_nbr_nbma_lookup_next always returns NULL

The calling function of ospf_nbr_nbma_lookup_next calls
this function and then immediately returns when it
gets the NULL.  Just cleanup a bit more code.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_snmp.c
ospfd/ospfd.c
ospfd/ospfd.h