Skip to content

Commit

Permalink
Merge 74af55f into fa6630a
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Oct 18, 2021
2 parents fa6630a + 74af55f commit 0871803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/common/SNTConfigurator.m
Expand Up @@ -621,7 +621,7 @@ - (BOOL)enableSystemExtension {

- (BOOL)enableSysxCache {
NSNumber *number = self.configState[kEnableSysxCache];
return number ? [number boolValue] : NO;
return number ? [number boolValue] : YES;
}

- (BOOL)enableForkAndExitLogging {
Expand Down

0 comments on commit 0871803

Please sign in to comment.