OSDN Git Service

tcp: remove redundant assigment to snd_cwnd
authorTheodore Dubois <tblodt@icloud.com>
Mon, 20 Jan 2020 22:10:53 +0000 (14:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:52:29 +0000 (10:52 +0100)
commitbfe02b9f9476bc8784ebb0f78fa244ad15bb15ea
treec6424156d3f3aa735f2c05e56082a430482b9ca0
parentce896476c65d72b4b99fa09c2f33436b4198f034
tcp: remove redundant assigment to snd_cwnd

Not sure how this got in here. git blame says the second assignment was
added in 3a9a57f6, but that commit also removed the first assignment.

Signed-off-by: Theodore Dubois <tblodt@icloud.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c