Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Apr 19, 2021
1 parent dba6fd7 commit 22507e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewall/interception/windowskext/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 22507e8

Please sign in to comment.