mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-23 18:14:09 +08:00
Typo, thanks to Arfrever.
This commit is contained in:
parent
3a7468bbc8
commit
8af4e18816
@ -3350,7 +3350,7 @@ checksums_valid(void *packet,
|
||||
uh_sump = udpp + offsetof(struct udphdr, uh_sum);
|
||||
memset(uh_sump, 0, sizeof(udp.uh_sum));
|
||||
|
||||
/* Checksum psuedo header and then UDP + payload. */
|
||||
/* Checksum pseudo header and then UDP + payload. */
|
||||
in_cksum(pip.w, sizeof(pip.w), &csum);
|
||||
csum = in_cksum(udpp, ntohs(udp.uh_ulen), &csum);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user