[TCP]: Kill warning in tcp_clean_rtx_queue().
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Oct 2006 23:49:53 +0000 (16:49 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 4 Oct 2006 07:31:08 +0000 (00:31 -0700)
commit80246ab36ec8baf7d107254adb166baa555a59f8
treeae9394f572bd58b96721b6b0ac1c2637b2336993
parent2473ffe3cae0f86341958e3cf962bb4fc261d028
[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>
net/ipv4/tcp_input.c