mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 15:33:34 +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 ospf_path *op;
|
||||
struct interface *ifp;
|
||||
|
||||
for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))
|
||||
if (op->nexthop.s_addr == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user