From: wessels <> Date: Fri, 20 Sep 1996 13:38:15 +0000 (+0000) Subject: fix X-Git-Tag: SQUID_3_0_PRE1~5758 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ed129e3819307b3792afaf3b32b0ecbc8a035c4;p=thirdparty%2Fsquid.git fix --- diff --git a/src/icmp.cc b/src/icmp.cc index 01923ba791..d277df78c7 100644 --- a/src/icmp.cc +++ b/src/icmp.cc @@ -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