aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c
index ac64037514f3..9f2ff12cf436 100644
--- a/net/tipc/port.c
+++ b/net/tipc/port.c
@@ -164,6 +164,7 @@ void tipc_port_recv_mcast(struct sk_buff *buf, struct port_list *dp)
164 /* Deliver a copy of message to each destination port */ 164 /* Deliver a copy of message to each destination port */
165 165
166 if (dp->count != 0) { 166 if (dp->count != 0) {
167 msg_set_destnode(msg, tipc_own_addr);
167 if (dp->count == 1) { 168 if (dp->count == 1) {
168 msg_set_destport(msg, dp->ports[0]); 169 msg_set_destport(msg, dp->ports[0]);
169 tipc_port_recv_msg(buf); 170 tipc_port_recv_msg(buf);