fix
This commit is contained in:
parent
b18a569dcd
commit
13534e6e81
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ func (p *Client) Accept() error {
|
|||
|
||||
func (p *Client) processPacket(packet *Packet) {
|
||||
|
||||
if packet.rproto != 0 {
|
||||
if packet.rproto >= 0 {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue