Skip to content

Commit

Permalink
Update Source/santad/EventProviders/SNTEndpointSecurityManager.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Markowsky <pmarkowsky@users.noreply.github.com>
  • Loading branch information
tnek and pmarkowsky committed Aug 17, 2021
1 parent 380ed6e commit 49fd659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/santad/EventProviders/SNTEndpointSecurityManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ - (void)messageHandler:(es_message_t *)m API_AVAILABLE(macos(10.15)) {
es_respond_auth_result(self.client, m, ES_AUTH_RESULT_DENY, true);
return;
}
es_respond_auth_result(self.client, m, ES_AUTH_RESULT_ALLOW, true);
return;
}
es_respond_auth_result(self.client, m, ES_AUTH_RESULT_ALLOW, true);
return;
Expand Down

0 comments on commit 49fd659

Please sign in to comment.