From 45a06b11a686054cf885f61795a71081dafac9c5 Mon Sep 17 00:00:00 2001 From: Hiroki Shirokura Date: Tue, 4 Feb 2020 06:56:40 +0000 Subject: bgpd: refactor func prototype arround Prefix-SID mp_update value isn't used by the function arround Prefix-SID. Signed-off-by: Hiroki Shirokura --- tests/bgpd/test_mp_attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c index c97ea5715..d46dd8864 100644 --- a/tests/bgpd/test_mp_attr.c +++ b/tests/bgpd/test_mp_attr.c @@ -1027,7 +1027,7 @@ static void parse_test(struct peer *peer, struct test_segment *t, int type) parse_ret = bgp_mp_unreach_parse(&attr_args, &nlri); break; case BGP_ATTR_PREFIX_SID: - parse_ret = bgp_attr_prefix_sid(&attr_args, &nlri); + parse_ret = bgp_attr_prefix_sid(&attr_args); break; default: printf("unknown type"); -- cgit v1.2.3