fix
This commit is contained in:
parent
c7a59ba0d8
commit
cd0b391eab
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ func (p *Client) Accept() error {
|
|||
|
||||
func (p *Client) processPacket(packet *Packet) {
|
||||
|
||||
if len(packet.target) != 0 {
|
||||
if packet.data == nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue