]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net: remove wrong initialization for snd_wl1
authorRazvan Ghitulete <rghitulete@ixiacom.com>
Tue, 14 Aug 2012 13:30:20 +0000 (16:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 22:23:46 +0000 (15:23 -0700)
commit1b3a6926fc3430116c97c333f7cf901b86779008
tree36e65640e0c2025b841803a26edaaf35573ea8db
parent65e0736bc2ac314bd374e93c24dd0698ac5ee66d
net: remove wrong initialization for snd_wl1

The field tp->snd_wl1 is twice initialized, the second time
seems to be wrong as it may overwrite any update in tcp_ack.

Signed-off-by: Razvan Ghitulete <rghitulete@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c