This commit is contained in:
Daniel 2021-04-19 23:20:07 +02:00
parent dba6fd7ea3
commit 22507e879b

View file

@ -35,7 +35,7 @@ func (pkt *Packet) LoadPacketData() error {
defer pkt.lock.Unlock() defer pkt.lock.Unlock()
if pkt.verdictRequest.id == 0 { if pkt.verdictRequest.id == 0 {
return packet.ErrNoPacketID return ErrNoPacketID
} }
if !pkt.payloadLoaded { if !pkt.payloadLoaded {