commit | 0cbd782507c502428c8ab3e91bee3940c19ac4d4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 31 17:53:37 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 31 17:53:37 2006 -0800 |
tree | d0b4fc5e87810daa323d5dbdac147305b8ce026c | |
parent | 78b910429e2c037533d2a7bd9e95b4f94f905ef8 [diff] |
[DCCP] ipv6: dccp_v6_send_response() has a DST leak too. It was copy&pasted from tcp_v6_send_synack() which has a DST leak recently fixed by Eric W. Biederman. So dccp_v6_send_response() needs the same fix too. Signed-off-by: David S. Miller <davem@davemloft.net>