From: Amos Jeffries Date: Sun, 14 Jul 2013 03:45:23 +0000 (-0600) Subject: Fix stupid typo in rev.12941 X-Git-Tag: SQUID_3_4_0_1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f6ab06d1b87cfb9f662314163f80409caae311;p=thirdparty%2Fsquid.git Fix stupid typo in rev.12941 --- diff --git a/src/HttpRequest.cc b/src/HttpRequest.cc index b718c87f8b..cd9b9905b8 100644 --- a/src/HttpRequest.cc +++ b/src/HttpRequest.cc @@ -266,8 +266,8 @@ HttpRequest::inheritProperties(const HttpMsg *aMsg) errDetail = aReq->errDetail; #if USE_AUTH auth_user_request = aReq->auth_user_request; - copy->extacl_user = extacl_user; - copy->extacl_passwd = extacl_passwd; + extacl_user = aReq->extacl_user; + extacl_passwd = aReq->extacl_passwd; #endif // main property is which connection the request was received on (if any)