--------------------- PatchSet 5571 Date: 2007/08/31 13:11:21 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Drop an unneeded INET6 todo. Members: src/comm.cc:1.47.2.50->1.47.2.51 Index: squid3/src/comm.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/comm.cc,v retrieving revision 1.47.2.50 retrieving revision 1.47.2.51 diff -u -r1.47.2.50 -r1.47.2.51 --- squid3/src/comm.cc 28 Aug 2007 08:33:26 -0000 1.47.2.50 +++ squid3/src/comm.cc 31 Aug 2007 13:11:21 -0000 1.47.2.51 @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.47.2.50 2007/08/28 08:33:26 amosjeffries Exp $ + * $Id: comm.cc,v 1.47.2.51 2007/08/31 13:11:21 amosjeffries Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1169,9 +1169,6 @@ * the original socket */ - /* FIXME INET6 : seems this will ony work properly if those details mentioned above */ - /* are stored with the address. ie IPAddr = tuplet(addrinfo, sockkadr_in6) */ - /* maybe use the NtoA of local_addr to pull actual details needed for fd, the rebuild ?? */ AI = NULL; F->local_addr.GetAddrInfo(AI);