Skip to content

Commit

Permalink
Update src/acl/Checklist.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
yadij and rousskov authored Nov 29, 2024
1 parent 46808b0 commit 8214ac6
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 @@ -325,7 +325,7 @@ ACLChecklist::fastCheck()
void
ACLChecklist::calcImplicitAnswer()
{
const auto& lastAction = accessList ?
const auto &lastAction = accessList ?
accessList->lastAction() : Acl::Answer(ACCESS_DUNNO);
auto implicitRuleAnswer = Acl::Answer(ACCESS_DUNNO);
if (lastAction == ACCESS_DENIED) // reverse last seen "deny"
Expand Down

0 comments on commit 8214ac6

Please sign in to comment.