From: robertc <> Date: Fri, 14 Feb 2003 18:56:51 +0000 (+0000) Subject: Summary: Remove ACLChecklist compile warning. X-Git-Tag: SQUID_3_0_PRE1~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66e818e8808795588750f1f4736d40296edb136a;p=thirdparty%2Fsquid.git Summary: Remove ACLChecklist compile warning. Keywords: Remove ACLChecklist compile warning. --- diff --git a/src/ACLChecklist.cc b/src/ACLChecklist.cc index b800c4ad8c..fa94e5be12 100644 --- a/src/ACLChecklist.cc +++ b/src/ACLChecklist.cc @@ -1,5 +1,5 @@ /* - * $Id: ACLChecklist.cc,v 1.1 2003/02/13 08:07:46 robertc Exp $ + * $Id: ACLChecklist.cc,v 1.2 2003/02/14 11:56:51 robertc Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -52,6 +52,7 @@ ACLChecklist::authenticated() http_hdr_type headertype; if (NULL == request) { fatal ("requiresRequest SHOULD have been true for this ACL!!"); + return 0; } else if (!request->flags.accelerated) { /* Proxy authorization on proxy requests */ headertype = HDR_PROXY_AUTHORIZATION;