diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 46b15e9e9b57..8c36adfd1919 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -497,8 +497,9 @@ static int dccp_v4_send_response(struct sock *sk, struct request_sock *req, | |||
497 | int err = -1; | 497 | int err = -1; |
498 | struct sk_buff *skb; | 498 | struct sk_buff *skb; |
499 | struct dst_entry *dst; | 499 | struct dst_entry *dst; |
500 | struct flowi4 fl4; | ||
500 | 501 | ||
501 | dst = inet_csk_route_req(sk, req); | 502 | dst = inet_csk_route_req(sk, &fl4, req); |
502 | if (dst == NULL) | 503 | if (dst == NULL) |
503 | goto out; | 504 | goto out; |
504 | 505 | ||