--------------------- PatchSet 1456 Date: 2005/06/16 10:13:29 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Updating Guido's transient patch Members: src/DelayId.cc:1.13->1.13.8.1 Index: squid3/src/DelayId.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/DelayId.cc,v retrieving revision 1.13 retrieving revision 1.13.8.1 diff -u -r1.13 -r1.13.8.1 --- squid3/src/DelayId.cc 21 Sep 2003 02:13:17 -0000 1.13 +++ squid3/src/DelayId.cc 16 Jun 2005 10:13:29 -0000 1.13.8.1 @@ -1,6 +1,6 @@ /* - * $Id: DelayId.cc,v 1.13 2003/09/21 02:13:17 squidadm Exp $ + * $Id: DelayId.cc,v 1.13.8.1 2005/06/16 10:13:29 rmartinez Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -114,7 +114,7 @@ ch.request = requestLink(r); - ch.accessList = DelayPools::delay_data[pool].access; + ch.accessList = cbdataReference(DelayPools::delay_data[pool].access); if (DelayPools::delay_data[pool].theComposite().getRaw() && ch.fastCheck()) {