diff --git a/src/core/thread/neighbor_table.cpp b/src/core/thread/neighbor_table.cpp index eb3e8206a..4c4cae67e 100644 --- a/src/core/thread/neighbor_table.cpp +++ b/src/core/thread/neighbor_table.cpp @@ -151,7 +151,7 @@ Neighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor: if (!macAddress.IsNone()) { - neighbor = FindChildOrRouter(Neighbor::AddressMatcher(macAddress, aFilter)); + neighbor = FindNeighbor(Neighbor::AddressMatcher(macAddress, aFilter)); ExitNow(); }