diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index a34cabc2c43a..6a71bea91db0 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -72,7 +72,7 @@ struct tipc_node *tipc_node_find(u32 addr) | |||
72 | struct tipc_node *node; | 72 | struct tipc_node *node; |
73 | struct hlist_node *pos; | 73 | struct hlist_node *pos; |
74 | 74 | ||
75 | if (unlikely(!in_own_cluster(addr))) | 75 | if (unlikely(!in_own_cluster_exact(addr))) |
76 | return NULL; | 76 | return NULL; |
77 | 77 | ||
78 | hlist_for_each_entry(node, pos, &node_htable[tipc_hashfn(addr)], hash) { | 78 | hlist_for_each_entry(node, pos, &node_htable[tipc_hashfn(addr)], hash) { |