diff options
Diffstat (limited to 'net/tipc/name_distr.c')
-rw-r--r-- | net/tipc/name_distr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c index 1b70d5d051d0..c9fa6dfcf287 100644 --- a/net/tipc/name_distr.c +++ b/net/tipc/name_distr.c | |||
@@ -111,7 +111,7 @@ static void named_cluster_distribute(struct sk_buff *buf) | |||
111 | struct tipc_node *n_ptr; | 111 | struct tipc_node *n_ptr; |
112 | 112 | ||
113 | list_for_each_entry(n_ptr, &tipc_node_list, list) { | 113 | list_for_each_entry(n_ptr, &tipc_node_list, list) { |
114 | if (tipc_node_has_active_links(n_ptr)) { | 114 | if (tipc_node_active_links(n_ptr)) { |
115 | buf_copy = skb_copy(buf, GFP_ATOMIC); | 115 | buf_copy = skb_copy(buf, GFP_ATOMIC); |
116 | if (!buf_copy) | 116 | if (!buf_copy) |
117 | break; | 117 | break; |