This commit is contained in:
shoopea 2019-12-29 19:48:20 +08:00
parent 63d5603008
commit 19c1b9b60a

View File

@ -23,7 +23,7 @@ func resetMsgParsingRules2() error {
return err
}
i.re, err = regexp.Compile(rule)
r.re, err = regexp.Compile(r.Rule)
logOnError(err, "resetMsgParsingRules2 : Compile("+r.rule+")")
if err != nil {
return err