diff options
| author | anlan_cs <anlan_cs@tom.com> | 2021-08-21 21:56:49 -0400 |
|---|---|---|
| committer | anlan_cs <anlan_cs@tom.com> | 2021-08-21 22:04:12 -0400 |
| commit | 4d97dde2d14f1052eaeb69df86295554a69a53a6 (patch) | |
| tree | ace8958f8477a4e85d23849296a90f88968df85e /ospf6d/ospf6_gr_helper.c | |
| parent | fc69721913733a2644f1a3a34d6a8dc265734472 (diff) | |
ospf6d: suppress coverity warning of return value
Fix #CID 1506511
Signed-off-by: anlan_cs <anlan_cs@tom.com>
Diffstat (limited to 'ospf6d/ospf6_gr_helper.c')
| -rw-r--r-- | ospf6d/ospf6_gr_helper.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ospf6d/ospf6_gr_helper.c b/ospf6d/ospf6_gr_helper.c index 07e479efcb..0f5ebf896d 100644 --- a/ospf6d/ospf6_gr_helper.c +++ b/ospf6d/ospf6_gr_helper.c @@ -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 */ |
