X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv4%2Fipip.c;h=76ab50b0d6ef382654178d1f87777244ae06ac4c;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=ea398ee43f28740d6b75eee0efe5ecdcd97c54ee;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index ea398ee43..76ab50b0d 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -94,7 +94,6 @@ #include -#include #include #include #include @@ -488,7 +487,6 @@ static int ipip_rcv(struct sk_buff *skb) skb->mac.raw = skb->nh.raw; skb->nh.raw = skb->data; - memset(&(IPCB(skb)->opt), 0, sizeof(struct ip_options)); skb->protocol = htons(ETH_P_IP); skb->pkt_type = PACKET_HOST;