summaryrefslogtreecommitdiff
path: root/lib/routemap.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2020-02-27 09:47:02 -0600
committerJafar Al-Gharaibeh <jafar@atcorp.com>2020-02-27 09:52:02 -0600
commit4d67e752828024b89a42f1ff18d487ea6139741b (patch)
tree1fc889a7dede6f4efbef471a4ab9fcc33c34183a /lib/routemap.c
parent9288a0a0c9bdc15af03202c57b739d7e9336472e (diff)
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 <jafar@atcorp.com>
Diffstat (limited to 'lib/routemap.c')
-rw-r--r--lib/routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap.c b/lib/routemap.c
index 64677e8863..54b5383173 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -2257,7 +2257,7 @@ static void route_map_pentry_update(route_map_event_t event,
}
}
-static void route_map_pentry_process_dependency(struct hash_bucket *backet,
+static void route_map_pentry_process_dependency(struct hash_backet *backet,
void *data)
{
char *rmap_name = NULL;