mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
fix stacktrace when mmdb file are not present (#935)
* fix stacktrace when mmdb file are not present
This commit is contained in:
parent
9b5cb6abc9
commit
5ae69aa293
11 changed files with 181 additions and 150 deletions
|
@ -25,7 +25,7 @@ type Parsers struct {
|
|||
PovfwStageFiles []Stagefile
|
||||
Nodes []Node
|
||||
Povfwnodes []Node
|
||||
EnricherCtx []EnricherCtx
|
||||
EnricherCtx EnricherCtx
|
||||
}
|
||||
|
||||
func Init(c map[string]interface{}) (*UnixParserCtx, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue