aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index a572f0a27e0b..43639ff1cbec 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -2423,9 +2423,6 @@ static int link_send_long_buf(struct link *l_ptr, struct sk_buff *buf)
2423 else 2423 else
2424 destaddr = msg_destnode(inmsg); 2424 destaddr = msg_destnode(inmsg);
2425 2425
2426 if (msg_routed(inmsg))
2427 msg_set_prevnode(inmsg, tipc_own_addr);
2428
2429 /* Prepare reusable fragment header: */ 2426 /* Prepare reusable fragment header: */
2430 2427
2431 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, 2428 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT,