diff options
Diffstat (limited to 'net/6lowpan/iphc.c')
-rw-r--r-- | net/6lowpan/iphc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/6lowpan/iphc.c b/net/6lowpan/iphc.c index c718253a4e07..e6cf68e8667f 100644 --- a/net/6lowpan/iphc.c +++ b/net/6lowpan/iphc.c | |||
@@ -462,6 +462,7 @@ int lowpan_process_data(struct sk_buff *skb, struct net_device *dev, | |||
462 | if (iphc0 & LOWPAN_IPHC_NH_C) { | 462 | if (iphc0 & LOWPAN_IPHC_NH_C) { |
463 | struct udphdr uh; | 463 | struct udphdr uh; |
464 | struct sk_buff *new; | 464 | struct sk_buff *new; |
465 | |||
465 | if (uncompress_udp_header(skb, &uh)) | 466 | if (uncompress_udp_header(skb, &uh)) |
466 | goto drop; | 467 | goto drop; |
467 | 468 | ||