aboutsummaryrefslogtreecommitdiffstats
path: root/net/iucv/af_iucv.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/iucv/af_iucv.c')
-rw-r--r--net/iucv/af_iucv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
index 274d150320c0..f4ad720ea618 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c
@@ -2209,6 +2209,8 @@ static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
2209 break; 2209 break;
2210 case 0: 2210 case 0:
2211 /* plain data frame */ 2211 /* plain data frame */
2212 memcpy(CB_TRGCLS(skb), &trans_hdr->iucv_hdr.class,
2213 CB_TRGCLS_LEN);
2212 err = afiucv_hs_callback_rx(sk, skb); 2214 err = afiucv_hs_callback_rx(sk, skb);
2213 break; 2215 break;
2214 default: 2216 default: