mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-07 04:43:11 +02:00
chore(lint): bump linter from v2.4.0 to v2.11.4
This commit is contained in:
@@ -52,7 +52,7 @@ func ipChecksum(header []byte) uint16 {
|
||||
for (sum >> 16) > 0 {
|
||||
sum = (sum & 0xFFFF) + (sum >> 16)
|
||||
}
|
||||
return ^uint16(sum) //nolint:gosec
|
||||
return ^uint16(sum)
|
||||
}
|
||||
|
||||
// HeaderV6 makes an IPv6 header.
|
||||
|
||||
Reference in New Issue
Block a user