summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_vc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nhrpd/nhrp_vc.c')
-rw-r--r--nhrpd/nhrp_vc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_vc.c b/nhrpd/nhrp_vc.c
index 79a655396b..f92ea4ac90 100644
--- a/nhrpd/nhrp_vc.c
+++ b/nhrpd/nhrp_vc.c
@@ -183,7 +183,7 @@ struct nhrp_vc_iterator_ctx {
void *ctx;
};
-static void nhrp_vc_iterator(struct hash_backet *b, void *ctx)
+static void nhrp_vc_iterator(struct hash_bucket *b, void *ctx)
{
struct nhrp_vc_iterator_ctx *ic = ctx;
ic->cb(b->data, ic->ctx);