Fix typo
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user