minor correction in logic

dev
Mzack9999 2020-04-23 17:05:33 +02:00
parent cb938b379c
commit c274dd15e2
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ func (r *Runner) sendRequest(template *templates.Template, request interface{},
for _, matcher := range dnsRequest.Matchers {
// Check if the matcher matched
if !matcher.MatchDNS(resp) {
continue
return
}
}