--------------------- PatchSet 1426 Date: 2005/06/01 16:24:19 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Ordinary Change. It was not detected before because we compiled without --enable-icmp Members: src/icmp.cc:1.8.8.2->1.8.8.3 Index: squid3/src/icmp.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/icmp.cc,v retrieving revision 1.8.8.2 retrieving revision 1.8.8.3 diff -u -r1.8.8.2 -r1.8.8.3 --- squid3/src/icmp.cc 25 Apr 2005 13:39:23 -0000 1.8.8.2 +++ squid3/src/icmp.cc 1 Jun 2005 16:24:19 -0000 1.8.8.3 @@ -1,6 +1,6 @@ /* - * $Id: icmp.cc,v 1.8.8.2 2005/04/25 13:39:23 rmartinez Exp $ + * $Id: icmp.cc,v 1.8.8.3 2005/06/01 16:24:19 rmartinez Exp $ * * DEBUG: section 37 ICMP Routines * AUTHOR: Duane Wessels @@ -105,7 +105,7 @@ FAMILY_FROM_SA(F) = AF_INET; - F.sin_addr = preply.from; + ADDR_FROM_SA(F) = preply.from; PORT_FROM_SA(F) = 0;