mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:01:42 +00:00
ospfd: address more trivial compiler warnings
* ospf_ase.c * ospf_ase_complete_direct_routes(): dismiss unused variable
This commit is contained in:
parent
5e1731ac1d
commit
72f062b6eb
@ -135,7 +135,6 @@ ospf_ase_complete_direct_routes (struct ospf_route *ro, struct in_addr nexthop)
|
|||||||
{
|
{
|
||||||
struct listnode *node;
|
struct listnode *node;
|
||||||
struct ospf_path *op;
|
struct ospf_path *op;
|
||||||
struct interface *ifp;
|
|
||||||
|
|
||||||
for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))
|
for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))
|
||||||
if (op->nexthop.s_addr == 0)
|
if (op->nexthop.s_addr == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user