aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cbbcc6c036e0..f4254bb4745d 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -83,7 +83,7 @@ int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
83 } 83 }
84 84
85 if (inet_opt == NULL || !inet_opt->opt.srr) 85 if (inet_opt == NULL || !inet_opt->opt.srr)
86 daddr = rt->rt_dst; 86 daddr = fl4.daddr;
87 87
88 if (inet->inet_saddr == 0) 88 if (inet->inet_saddr == 0)
89 inet->inet_saddr = rt->rt_src; 89 inet->inet_saddr = rt->rt_src;