update dispatcher and distro

This commit is contained in:
yuzuki999
2022-09-04 20:32:56 +08:00
parent f41ef6b0fa
commit 65ae2b77d5
13 changed files with 115 additions and 130 deletions

View File

@@ -49,7 +49,6 @@ func readLocalRuleList(path string) (LocalRuleList []DetectRule) {
log.Fatalf("Error while reading file: %s", err)
return []DetectRule{}
}
file.Close()
}
return LocalRuleList