diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2020-02-27 09:02:35 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 09:02:35 -0600 | 
| commit | 9288a0a0c9bdc15af03202c57b739d7e9336472e (patch) | |
| tree | b342f95e5f5ed67d87b91e995b50bd92e26952eb /bgpd/bgp_lcommunity.c | |
| parent | 1f713948c68dc7b51a22d2414f40dbc33a06b926 (diff) | |
| parent | 3895c42a2eb534a70ef25412547e798c1c1ef5a1 (diff) | |
Merge pull request #5870 from donaldsharp/hash_backet
*: change hash_backet to hash_bucket
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
| -rw-r--r-- | bgpd/bgp_lcommunity.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c index f889693001..7a4435f6f2 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_backet *hb, void *arg) +static void bgp_aggr_lcommunity_prepare(struct hash_bucket *hb, void *arg)  {  	struct lcommunity *hb_lcommunity = hb->data;  	struct lcommunity **aggr_lcommunity = arg;  | 
