diff --git a/pkg/ueps/reader.go b/pkg/ueps/reader.go index ff00962..ce21406 100644 --- a/pkg/ueps/reader.go +++ b/pkg/ueps/reader.go @@ -116,7 +116,6 @@ func ReadAndVerify(reader *bufio.Reader, sharedSecret []byte) (*ParsedPacket, er expectedMAC := messageAuthCode.Sum(nil) if !hmac.Equal(signature, expectedMAC) { - // if errors.Is(err, errIntegrityViolation) { threatScore++; dropConnection() } return nil, errIntegrityViolation }