summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-02-02 19:11:25 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-02-02 19:11:25 +0300
commit1ac88792c0cb306bdb05f977f88f449fe7a1a1ea (patch)
treec84b03a39dcb1ad4ba525fc271d71354fd2ea931 /pimd/pim_cmd.c
parentcc73a06499cc31b29e96e6b04ab6e7b181f09e28 (diff)
*: fix all backets
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index ff85151839..e7c076c7ca 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -11022,9 +11022,9 @@ static void pim_show_vxlan_sg_entry(struct pim_vxlan_sg *vxlan_sg,
}
}
-static void pim_show_vxlan_sg_hash_entry(struct hash_bucket *backet, void *arg)
+static void pim_show_vxlan_sg_hash_entry(struct hash_bucket *bucket, void *arg)
{
- pim_show_vxlan_sg_entry((struct pim_vxlan_sg *)backet->data,
+ pim_show_vxlan_sg_entry((struct pim_vxlan_sg *)bucket->data,
(struct pim_sg_cache_walk_data *)arg);
}