[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)
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>

No differences found