FYI this is now being tracked as
http://bugs.squid-cache.org/show_bug.cgi?id=3440
On 6/12/2011 4:44 p.m., Paul Freeman wrote:
Amos,
I was just having a bit of a play and found that in line 376, if *producer is
changed to producer the compile problem goes away.
This may make no sense at all given my lack of C++ knowledge and the whole
pointer thing but I did notice in another debug statement that producer was
used.
This is probably not the solution but I thought I would mention it anyway.
Regards
Paul
Thanks for that.
From the bug report it looks like removing the * would work. Although
that would debug print just the ID of the pointer object rather than its
contents AFAIK. Testing now.
Amos