Skip to content

Commit

Permalink
Add an extra return on the rename case (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Aug 12, 2021
1 parent 9923f60 commit ac1f8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/santad/EventProviders/SNTEndpointSecurityManager.mm
Expand Up @@ -338,6 +338,7 @@ - (void)messageHandler:(es_message_t *)m API_AVAILABLE(macos(10.15)) {
es_respond_auth_result(self.client, m, ES_AUTH_RESULT_ALLOW, true);
return;
}
return;
}
case ES_EVENT_TYPE_AUTH_KEXTLOAD: {
es_string_token_t identifier = m->event.kextload.identifier;
Expand Down

0 comments on commit ac1f8ea

Please sign in to comment.