]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ICAPModXact needs to use the new AUTHUSERREQUESTLOCK() macro
authorwessels <>
Wed, 9 May 2007 21:52:35 +0000 (21:52 +0000)
committerwessels <>
Wed, 9 May 2007 21:52:35 +0000 (21:52 +0000)
src/ICAP/ICAPModXact.cc

index e2c7260d4f58fa34e2ecb40b56c5355264c09fd6..1732e4026f12a852a66d5cff2dc4ca70f07b1336 100644 (file)
@@ -817,7 +817,7 @@ void ICAPModXact::inheritVirginProperties(HttpRequest &newR, const HttpRequest &
 
     if (oldR.auth_user_request) {
         newR.auth_user_request = oldR.auth_user_request;
-        newR.auth_user_request->lock();
+       AUTHUSERREQUESTLOCK(newR.auth_user_request, "newR in ICAPModXact");
     }
 }