--------------------- PatchSet 6262 Date: 2007/12/09 09:34:42 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Compile error in ESI code. Members: src/ESI.cc:1.12.4.7->1.12.4.8 Index: squid3/src/ESI.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ESI.cc,v retrieving revision 1.12.4.7 retrieving revision 1.12.4.8 diff -u -r1.12.4.7 -r1.12.4.8 --- squid3/src/ESI.cc 28 Aug 2007 01:35:09 -0000 1.12.4.7 +++ squid3/src/ESI.cc 9 Dec 2007 09:34:42 -0000 1.12.4.8 @@ -1,6 +1,6 @@ /* - * $Id: ESI.cc,v 1.12.4.7 2007/08/28 01:35:09 amosjeffries Exp $ + * $Id: ESI.cc,v 1.12.4.8 2007/12/09 09:34:42 amosjeffries Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -1470,8 +1470,7 @@ /* don't honour range requests - for errors we send it all */ flags.error = 1; /* create an error object */ - ErrorState * err = clientBuildError(errorpage, errorstatus, NULL, - http->getConn().getRaw() != NULL ? &http->getConn()->peer.sin_addr : &no_addr, http->request); + ErrorState * err = clientBuildError(errorpage, errorstatus, NULL, http->getConn()->peer, http->request); err->err_msg = errormessage; errormessage = NULL; rep = errorBuildReply (err);