mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix typo
This commit is contained in:
parent
dba6fd7ea3
commit
22507e879b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func (pkt *Packet) LoadPacketData() error {
|
|||
defer pkt.lock.Unlock()
|
||||
|
||||
if pkt.verdictRequest.id == 0 {
|
||||
return packet.ErrNoPacketID
|
||||
return ErrNoPacketID
|
||||
}
|
||||
|
||||
if !pkt.payloadLoaded {
|
||||
|
|
Loading…
Add table
Reference in a new issue