fix stacktrace when mmdb file are not present (#935)

* fix stacktrace when mmdb file are not present
This commit is contained in:
AlteredCoder 2021-09-09 16:27:30 +02:00 committed by GitHub
parent 9b5cb6abc9
commit 5ae69aa293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 181 additions and 150 deletions

View file

@ -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) {