diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 11ab100d6c6c..11a6ac756f8c 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -601,7 +601,7 @@ slow_path: | |||
601 | /* | 601 | /* |
602 | * Copy a block of the IP datagram. | 602 | * Copy a block of the IP datagram. |
603 | */ | 603 | */ |
604 | if (skb_copy_bits(skb, ptr, skb2->h.raw, len)) | 604 | if (skb_copy_bits(skb, ptr, skb_transport_header(skb2), len)) |
605 | BUG(); | 605 | BUG(); |
606 | left -= len; | 606 | left -= len; |
607 | 607 | ||