From 4d67e752828024b89a42f1ff18d487ea6139741b Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Thu, 27 Feb 2020 09:47:02 -0600 Subject: Revert "*: change hash_backet to hash_bucket" This reverts commit 3895c42a2eb534a70ef25412547e798c1c1ef5a1. LabN CI update needs to be coordinated before merging this Signed-off-by: Jafar Al-Gharaibeh --- bgpd/bgp_lcommunity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_lcommunity.c') diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c index 7a4435f6f..f88969300 100644 --- a/bgpd/bgp_lcommunity.c +++ b/bgpd/bgp_lcommunity.c @@ -550,7 +550,7 @@ static void *bgp_aggr_lcommunty_hash_alloc(void *p) return lcommunity; } -static void bgp_aggr_lcommunity_prepare(struct hash_bucket *hb, void *arg) +static void bgp_aggr_lcommunity_prepare(struct hash_backet *hb, void *arg) { struct lcommunity *hb_lcommunity = hb->data; struct lcommunity **aggr_lcommunity = arg; -- cgit v1.2.3