Skip to content

Commit

Permalink
source-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Nov 29, 2024
1 parent 8dfe7b6 commit 46808b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acl/Checklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void
ACLChecklist::calcImplicitAnswer()
{
const auto& lastAction = accessList ?
accessList->lastAction() : Acl::Answer(ACCESS_DUNNO);
accessList->lastAction() : Acl::Answer(ACCESS_DUNNO);
auto implicitRuleAnswer = Acl::Answer(ACCESS_DUNNO);
if (lastAction == ACCESS_DENIED) // reverse last seen "deny"
implicitRuleAnswer = Acl::Answer(ACCESS_ALLOWED);
Expand Down

0 comments on commit 46808b0

Please sign in to comment.