]> git.ipfire.org Git - thirdparty/squid.git/commit
ICAP cleanup of some cbdataReference misunderstanding.
authorhno <>
Thu, 21 Sep 2006 04:26:24 +0000 (04:26 +0000)
committerhno <>
Thu, 21 Sep 2006 04:26:24 +0000 (04:26 +0000)
commit4e2eb5c3666665c7fbe39f190932aaa90f505678
treeb28554326e06646ecaf28a8698a69207203d8f2c
parentb7c6641358bf05e32abcf3b84b680ebeb5ea3da8
ICAP cleanup of some cbdataReference misunderstanding.

cbdataReference should only be used to create additional callback references
to a cbdata object. The owner of the object is the owner and has automatic
rights to the object, and should not call cbdataReference.
src/Server.cc
src/client_side_request.cc