mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix domain endpoint reason message
This commit is contained in:
parent
11d3e15de4
commit
bdcf499f22
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type EndpointDomain struct {
|
|||
}
|
||||
|
||||
func (ep *EndpointDomain) check(entity *intel.Entity, domain string) (EPResult, Reason) {
|
||||
result, reason := ep.match(ep, entity, ep.Domain, "domain matches")
|
||||
result, reason := ep.match(ep, entity, ep.OriginalValue, "domain matches")
|
||||
|
||||
switch ep.MatchType {
|
||||
case domainMatchTypeExact:
|
||||
|
|
Loading…
Add table
Reference in a new issue