mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
ospf6d: suppress coverity warning of return value
Fix #CID 1506511 Signed-off-by: anlan_cs <anlan_cs@tom.com>
This commit is contained in:
parent
fc69721913
commit
4d97dde2d1
@ -850,7 +850,7 @@ static void show_ospfv6_gr_helper_per_nbr(struct vty *vty, json_object *json,
|
||||
}
|
||||
}
|
||||
|
||||
static int show_ospf6_gr_helper_details(struct vty *vty, struct ospf6 *ospf6,
|
||||
static void show_ospf6_gr_helper_details(struct vty *vty, struct ospf6 *ospf6,
|
||||
json_object *json, bool uj, bool detail)
|
||||
{
|
||||
struct ospf6_interface *oi;
|
||||
@ -999,8 +999,6 @@ static int show_ospf6_gr_helper_details(struct vty *vty, struct ospf6 *ospf6,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
/* Graceful Restart HELPER config Commands */
|
||||
|
Loading…
Reference in New Issue
Block a user