]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed some uses of RefCount::getRaw()
authorwessels <>
Sat, 21 Apr 2007 04:17:06 +0000 (04:17 +0000)
committerwessels <>
Sat, 21 Apr 2007 04:17:06 +0000 (04:17 +0000)
commit94a396a3bf0f8158ef1f74b375a142cfc8d39df4
tree5516e9ad08ff60a8651fb231665b4d7c60db2e7e
parent85a4b153406e2f68e40e23d79fec8fbe7cf47af8
Removed some uses of RefCount::getRaw()

We can compare RefCount pointers to NULL without using getRaw() as long
as the RefCount pointer is on the left, and NULL is on the right.
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc