This commit is contained in:
crusader
2018-09-18 01:25:56 +09:00
parent b3e58106a9
commit 419c5cb6ac
12 changed files with 587 additions and 140 deletions

View File

@@ -116,7 +116,7 @@ func hadlePrePacket(matchCtx *osm.MatchCtx, _connector connector, conn net.Conn,
LOOP:
for _, _matcher := range matchers {
matchCtx.InitAttribute()
if err := _matcher.Match(matchCtx, 0, packet); err != nil {
if err := _matcher.Match(matchCtx, 0, packet); nil != err {
continue LOOP
}