Whitespace change.
This commit is contained in:
parent
1a29a56861
commit
285d10d30f
@ -1340,7 +1340,7 @@ udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr,
|
|||||||
* For UDP-Lite, checksum coverage length of zero means
|
* For UDP-Lite, checksum coverage length of zero means
|
||||||
* the entire UDPLite packet is covered by the checksum.
|
* the entire UDPLite packet is covered by the checksum.
|
||||||
*/
|
*/
|
||||||
cscov_partial = (cscov == 0) ? 0 : 1;
|
cscov_partial = (cscov == 0) ? 0 : 1;
|
||||||
} else
|
} else
|
||||||
ui->ui_v = IPVERSION << 4;
|
ui->ui_v = IPVERSION << 4;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user