Skip to content

Commit

Permalink
ospf6d: Value set is never used
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Jan 9, 2024
1 parent be80dbc commit 84877e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospf6d/ospf6_neighbor.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ DEFPY(ipv6_ospf6_p2xp_neigh, ipv6_ospf6_p2xp_neigh_cmd,
return CMD_SUCCESS;
}

p2xp_cfg = ospf6_if_p2xp_get(oi, &neighbor);
(void)ospf6_if_p2xp_get(oi, &neighbor);
return CMD_SUCCESS;
}

Expand Down

0 comments on commit 84877e6

Please sign in to comment.