summaryrefslogtreecommitdiff
path: root/bgpd/bgp_lcommunity.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-27 10:39:07 -0500
committerGitHub <noreply@github.com>2020-02-27 10:39:07 -0500
commit6bd147fd33b1545805298b38a8ce7431b51ef255 (patch)
tree1fc889a7dede6f4efbef471a4ab9fcc33c34183a /bgpd/bgp_lcommunity.c
parent9288a0a0c9bdc15af03202c57b739d7e9336472e (diff)
Revert "*: change hash_backet to hash_bucket"revert-5870-hash_backet
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
-rw-r--r--bgpd/bgp_lcommunity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c
index 7a4435f6f2..f889693001 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;