add
This commit is contained in:
parent
d34ecbaca6
commit
120d949c59
@ -102,8 +102,8 @@ func recvICMP(conn icmp.PacketConn, recv chan<- *Packet) {
|
||||
}
|
||||
|
||||
if my.Data == nil {
|
||||
loggo.Info("processPacket data nil %s", my.Id)
|
||||
return
|
||||
loggo.Debug("processPacket data nil %s", my.Id)
|
||||
continue
|
||||
}
|
||||
|
||||
recv <- &Packet{my: my,
|
||||
|
Loading…
Reference in New Issue
Block a user