Module Name: src Committed By: kre Date: Wed Jan 4 12:35:14 UTC 2017
Modified Files: src/sys/netinet: tcp_input.c tcp_output.c Log Message: Remove redundant tests: if optlen === 0, then optlen % 4 != 2 (it is 0) so there is no need to test both. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/netinet/tcp_input.c cvs rdiff -u -r1.192 -r1.193 src/sys/netinet/tcp_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.