]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Tsantilas Christos <chtsanti@users.sourceforge.net>
authorwessels <>
Mon, 23 Apr 2007 12:11:55 +0000 (12:11 +0000)
committerwessels <>
Mon, 23 Apr 2007 12:11:55 +0000 (12:11 +0000)
commit110f57f415cc53bc1a8bb77c74d0040678a2cfb5
tree3902e948b2ab1993a015d4552ab71c8c2e6dcad0
parent35b3bc895f462f63b7165cf362a923c3ddaa2cd8
Author: Tsantilas Christos <chtsanti@users.sourceforge.net>
Fix compile-time issue related to removing getRaw() uses.

Tsantilas says Squid won't compile with delay pools enabled after
I removed getRaw() here.  It seems to compile okay on FreeBSD (gcc
3.4.2), but it is certainly better to write "if (X == NULL)" rather
than "if (!X != NULL)".
src/DelayPool.cc