VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / net / 802 / fc.c
index 7fa8102..e700918 100644 (file)
@@ -47,7 +47,7 @@ int fc_header(struct sk_buff *skb, struct net_device *dev, unsigned short type,
         */
        if (type == ETH_P_IP || type == ETH_P_ARP)
        {
-               struct fcllc *fcllc=(struct fcllc *)(fch+1);
+               struct fcllc *fcllc;
 
                hdr_len = sizeof(struct fch_hdr) + sizeof(struct fcllc);
                fch = (struct fch_hdr *)skb_push(skb, hdr_len);