fix(rmi): fix the problem that rmi has multiple rules matching in one record

This commit is contained in:
Li4n0
2021-12-26 17:01:21 +08:00
parent 94b46d32e4
commit 6f921f6c97
+1
View File
@@ -143,6 +143,7 @@ func (s *Server) handleConnection(conn net.Conn) {
log.Trace("RMI record[id:%d] notice has been sent", r.ID)
}()
}
return
}
}