commit | 80246ab36ec8baf7d107254adb166baa555a59f8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 03 16:49:53 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 04 00:31:08 2006 -0700 |
tree | ae9394f572bd58b96721b6b0ac1c2637b2336993 | |
parent | 2473ffe3cae0f86341958e3cf962bb4fc261d028 [diff] |
[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>