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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 9efbdbde2b08..fa452fb5f34e 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1260,6 +1260,8 @@ static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
1260 /* fall thru' */ 1260 /* fall thru' */
1261 1261
1262 case ACTIVATE_MSG: 1262 case ACTIVATE_MSG:
1263 skb_linearize(skb);
1264 hdr = buf_msg(skb);
1263 1265
1264 /* Complete own link name with peer's interface name */ 1266 /* Complete own link name with peer's interface name */
1265 if_name = strrchr(l->name, ':') + 1; 1267 if_name = strrchr(l->name, ':') + 1;