Merge diff issue

This commit is contained in:
Laurence 2024-01-19 16:16:29 +00:00
parent ba7c8ba3a3
commit 43e5226735
No known key found for this signature in database
GPG key ID: B053BEE3478E8FEF

View file

@ -297,8 +297,8 @@ func (w *AppsecSource) StreamingAcquisition(out chan types.Event, t *tomb.Tomb)
})
<-t.Dying()
w.logger.Info("Shutting down Appsec server")
//xx let's clean up the appsec runners :)
appsec.AppsecRulesDetails = make(map[int]appsec.RulesDetails)
//xx let's clean up the appsec runners :)
appsec.AppsecRulesDetails = make(map[int]appsec.RulesDetails)
w.server.Shutdown(context.TODO())
return nil
})