--------------------- PatchSet 1405 Date: 2005/05/22 14:21:35 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Fixing address' family.. Module ready unless error Members: src/client.cc:1.10.4.3->1.10.4.4 Index: squid3/src/client.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/client.cc,v retrieving revision 1.10.4.3 retrieving revision 1.10.4.4 diff -u -r1.10.4.3 -r1.10.4.4 --- squid3/src/client.cc 9 May 2005 14:38:56 -0000 1.10.4.3 +++ squid3/src/client.cc 22 May 2005 14:21:35 -0000 1.10.4.4 @@ -1,6 +1,6 @@ /* - * $Id: client.cc,v 1.10.4.3 2005/05/09 14:38:56 rmartinez Exp $ + * $Id: client.cc,v 1.10.4.4 2005/05/22 14:21:35 rmartinez Exp $ * * DEBUG: section 0 WWW Client * AUTHOR: Harvest Derived @@ -578,7 +578,7 @@ if (hp == NULL) { - FAMILY_FROM_SA(to_addr) = AF_INET; + FAMILY_FROM_SA(to_addr) = AF_FAMILY; if ((hp = GETHOSTBYNAME(dest_host)) == 0) { return (-1);