Skip to content

Commit

Permalink
fix(rmi): fix the problem that rmi has multiple rules matching in one…
Browse files Browse the repository at this point in the history
… record
  • Loading branch information
Li4n0 committed Dec 26, 2021
1 parent 94b46d3 commit 6f921f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/rmi/rmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (s *Server) handleConnection(conn net.Conn) {
log.Trace("RMI record[id:%d] notice has been sent", r.ID)
}()
}
return
}
}

Expand Down

0 comments on commit 6f921f6

Please sign in to comment.