]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix
authorwessels <>
Fri, 20 Sep 1996 13:38:15 +0000 (13:38 +0000)
committerwessels <>
Fri, 20 Sep 1996 13:38:15 +0000 (13:38 +0000)
src/icmp.cc

index 01923ba79107555ce472ef9aff52032bd5db6b10..d277df78c76e08362e9b5159a9cb585d5e5927c0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icmp.cc,v 1.8 1996/09/20 07:31:02 wessels Exp $
+ * $Id: icmp.cc,v 1.9 1996/09/20 07:38:15 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
@@ -244,7 +244,6 @@ icmpRecv(int unused1, void *unused2)
        &fromlen);
     debug(37, 9, "icmpRecv: %d bytes from %s\n", n, inet_ntoa(from.sin_addr));
     ip = (struct iphdr *) (void *) pkt;
-    iphdrlen = ip->ip_hl << 2;
 #if HAVE_IP_HL 
     iphdrlen = ip->ip_hl << 2;
 #else