Skip to content

Commit

Permalink
Update Source/santad/SNTPolicyProcessor.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Hancox <russellhancox@users.noreply.github.com>
  • Loading branch information
pmarkowsky and russellhancox committed Apr 1, 2024
1 parent 7452e6e commit 3e19d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/santad/SNTPolicyProcessor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ - (instancetype)initWithRuleTable:(SNTRuleTable *)ruleTable {
}

// This method applies the rules to the cached decision object.
inline SNTCachedDecision *updateCachedDecisionForRule(SNTCachedDecision *cd, SNTRule *rule,
inline SNTCachedDecision *updateCachedDecisionForRule(SNTCachedDecision *cd,
SNTRule *rule,
SNTClientMode mode,
bool enableTransitiveRules) {
static const auto decisions =
Expand Down

0 comments on commit 3e19d5c

Please sign in to comment.