]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Remove ACLChecklist compile warning.
authorrobertc <>
Fri, 14 Feb 2003 18:56:51 +0000 (18:56 +0000)
committerrobertc <>
Fri, 14 Feb 2003 18:56:51 +0000 (18:56 +0000)
Keywords:

Remove ACLChecklist compile warning.

src/ACLChecklist.cc

index b800c4ad8ca1ed60ff6db5705d8432002ce907c3..fa94e5be12d21e9b35fdf7fc9bd19ed3f2f6bb85 100644 (file)
@@ -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;