This commit is contained in:
esrrhs 2018-12-20 14:25:02 +08:00
parent b18a569dcd
commit 13534e6e81

View File

@ -165,7 +165,7 @@ func (p *Client) Accept() error {
func (p *Client) processPacket(packet *Packet) { func (p *Client) processPacket(packet *Packet) {
if packet.rproto != 0 { if packet.rproto >= 0 {
return return
} }