From 6cf2fde9bb1dda74f8dcc2d96a17d6875cc1c9db Mon Sep 17 00:00:00 2001 From: Simon Zhang Date: Sun, 25 Aug 2019 15:30:45 +0800 Subject: ip: remove unused function parameter Type: refactor Signed-off-by: Simon Zhang Change-Id: I8674ff5f6f6336b256b7df8187afbb36ddef71fb (cherry picked from commit e7eba48937c52478d3844745ebb63a4b9ce8d681) --- src/plugins/gbp/gbp_policy_dpo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/gbp') diff --git a/src/plugins/gbp/gbp_policy_dpo.h b/src/plugins/gbp/gbp_policy_dpo.h index 1dc11ab2e32..77ca5d93bd0 100644 --- a/src/plugins/gbp/gbp_policy_dpo.h +++ b/src/plugins/gbp/gbp_policy_dpo.h @@ -96,7 +96,7 @@ gbp_classify_get_gpd (const ip4_address_t * ip4, const ip6_address_t * ip6, if (ip4) lbi = ip4_fib_forwarding_lookup (fib_index, ip4); else if (ip6) - lbi = ip6_fib_table_fwding_lookup (&ip6_main, fib_index, ip6); + lbi = ip6_fib_table_fwding_lookup (fib_index, ip6); else return 0; -- cgit 1.2.3-korg