]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In r338102, the TCP reassembly code was substantially restructured. Prior
authorjtl <jtl@FreeBSD.org>
Tue, 16 Oct 2018 14:41:09 +0000 (14:41 +0000)
committerjtl <jtl@FreeBSD.org>
Tue, 16 Oct 2018 14:41:09 +0000 (14:41 +0000)
commitac81f2f2c7c7f320dd69a1384bf087f43b84a148
tree70811438f9d05e18d1e68cd2efe164409a87f2e1
parent5d80636754a54deccc1b136a7d14462ea18f177f
In r338102, the TCP reassembly code was substantially restructured. Prior
to this change, the code sometimes used a temporary stack variable to hold
details of a TCP segment. r338102 stopped using the variable to hold
segments, but did not actually remove the variable.

Because the variable is no longer used, we can safely remove it.

Approved by: re (gjb)
sys/netinet/tcp_reass.c