send event for in-band match
This commit is contained in:
parent
0cd2a2da20
commit
1eab34eb3f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func (w *WaapRuntimeConfig) ClearResponse() {
|
|||
log.Debugf("-> %p", w.Config)
|
||||
w.Response.Action = w.Config.DefaultPassAction
|
||||
w.Response.HTTPResponseCode = w.Config.PassedHTTPCode
|
||||
w.Response.SendEvent = false
|
||||
w.Response.SendEvent = true
|
||||
w.Response.SendAlert = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue