Fix and improve minor issues

This commit is contained in:
Daniel
2021-06-01 12:54:50 +02:00
parent 525687a30b
commit f86f3ecab7
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ func (ep *EndpointBase) match(s fmt.Stringer, entity *intel.Entity, value, desc
func (ep *EndpointBase) makeReason(s fmt.Stringer, value, desc string, keyval ...interface{}) Reason {
r := &reason{
description: desc,
Filter: ep.renderPPP(s.String()),
Filter: s.String(),
Permitted: ep.Permitted,
Value: value,
}