diff --git a/bfdd/bfd.c b/bfdd/bfd.c index 8d9de857f5..32fa02d99d 100644 --- a/bfdd/bfd.c +++ b/bfdd/bfd.c @@ -1045,7 +1045,7 @@ struct bfd_session *bfd_mhop_lookup(struct bfd_mhop_key mhop) _mhop_key(&bs, &mhop); - return hash_lookup(bfd_shop_hash, &bs); + return hash_lookup(bfd_mhop_hash, &bs); } struct bfd_vrf *bfd_vrf_lookup(int vrf_id)