aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r--net/dccp/ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 07f5579ca756..3eb76b5f221a 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -504,7 +504,7 @@ static int dccp_v4_send_response(struct sock *sk, struct request_sock *req,
504 struct dst_entry *dst; 504 struct dst_entry *dst;
505 struct flowi4 fl4; 505 struct flowi4 fl4;
506 506
507 dst = inet_csk_route_req(sk, &fl4, req); 507 dst = inet_csk_route_req(sk, &fl4, req, false);
508 if (dst == NULL) 508 if (dst == NULL)
509 goto out; 509 goto out;
510 510