Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TCP]: Kill warning in tcp_clean_rtx_queue().
GCC can't tell we always initialize 'tv' in all the cases we actually use it, so explicitly set it up with zeros. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information