Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurado committed Nov 10, 2019
1 parent d65e1ca commit 36d3d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAPL_engine/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func TestReceiver(rule *Rule, message *MessageAttributes) bool {
}
case "hostname":
match_temp = expandedReceiver.Regexp.Match([]byte(message.RequestHost)) // supports wildcards
case "*", "workload", "hostname":
case "*", "workload":
match_temp = expandedReceiver.Regexp.Match([]byte(message.DestinationService)) // supports wildcards
default:
log.Printf("%+v\n", rule)
Expand Down

0 comments on commit 36d3d9a

Please sign in to comment.