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 Mar 22, 2024
1 parent 24371a7 commit f747b57
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 f747b57

Please sign in to comment.