dccp: do not leak jiffies on the wire
authorEric Dumazet <edumazet@google.com>
Mon, 4 Nov 2019 15:57:55 +0000 (07:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2019 19:36:31 +0000 (11:36 -0800)
commit3d1e5039f5f87a8731202ceca08764ee7cb010d3
treea843882712da9b81260803cf1ff7276230bb3b48
parentc43eab3eddb4c6742ac20138659a9b701822b274
dccp: do not leak jiffies on the wire

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>
net/dccp/ipv4.c