aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 842bd7ad4b17..1c409c45f0fe 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -204,7 +204,7 @@ void tipc_node_abort_sock_conns(struct net *net, struct list_head *conns)
204 struct sk_buff *buf; 204 struct sk_buff *buf;
205 205
206 list_for_each_entry_safe(conn, safe, conns, list) { 206 list_for_each_entry_safe(conn, safe, conns, list) {
207 buf = tipc_msg_create(net, TIPC_CRITICAL_IMPORTANCE, 207 buf = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE,
208 TIPC_CONN_MSG, SHORT_H_SIZE, 0, 208 TIPC_CONN_MSG, SHORT_H_SIZE, 0,
209 tn->own_addr, conn->peer_node, 209 tn->own_addr, conn->peer_node,
210 conn->port, conn->peer_port, 210 conn->port, conn->peer_port,