dccp: do not leak jiffies on the wire
authorEric Dumazet <edumazet@google.com>
Mon, 4 Nov 2019 15:57:55 +0000 (07:57 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2019 10:27:36 +0000 (11:27 +0100)
commit96df1ec22b97a7e10df98ae870e9c4939702926b
tree5e04ad05ee92030b65330cc9362a848f5d316373
parentf291613ff140fb3c35bfb72a1dec6209229998ca
dccp: do not leak jiffies on the wire

[ Upstream commit 3d1e5039f5f87a8731202ceca08764ee7cb010d3 ]

For some reason I missed the case of DCCP passive
flows in my previous patch.

Fixes: a904a0693c18 ("inet: stop leaking jiffies on the wire")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Thiemo Nagel <tnagel@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/dccp/ipv4.c