/*
- * $Id: ACLChecklist.cc,v 1.17 2004/08/30 03:28:56 robertc Exp $
+ * $Id: ACLChecklist.cc,v 1.18 2004/10/18 12:12:54 hno Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
changeState(NullState::Instance());
if (!nodeMatched || state_ != NullState::Instance()) {
+ finished_ = false;
debug(28, 3) ("aclmatchAclList: %p returning false (AND list entry failed to match)\n", this);
checkForAsync();
PROF_stop(aclMatchAclList);
/*
- * $Id: access_log.cc,v 1.96 2003/10/16 21:40:16 robertc Exp $
+ * $Id: access_log.cc,v 1.97 2004/10/18 12:12:54 hno Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
xstrncpy(al->hier.host, dash_str, SQUIDHOSTNAMELEN);
for (log = Config.Log.accesslogs; log; log = log->next) {
- if (checklist && log->aclList && checklist->matchAclListFast(log->aclList))
+ if(checklist && log->aclList && !checklist->matchAclListFast(log->aclList))
continue;
switch (log->type) {