diff options
Diffstat (limited to 'drivers/net/gtp.c')
| -rw-r--r-- | drivers/net/gtp.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index 9a70f05baf6e..39c00f050fbd 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -543,7 +543,6 @@ static int gtp_build_skb_ip4(struct sk_buff *skb, struct net_device *dev,  	if (!skb_is_gso(skb) && (iph->frag_off & htons(IP_DF)) &&  	    mtu < ntohs(iph->tot_len)) {  		netdev_dbg(dev, "packet too big, fragmentation needed\n"); -		memset(IPCB(skb), 0, sizeof(*IPCB(skb)));  		icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,  			      htonl(mtu));  		goto err_rt;  | 
