Commit f1390160 authored by David S. Miller's avatar David S. Miller

dccp: Use flowi4->saddr in dccp_v4_connect()

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 475949d8
......@@ -86,7 +86,7 @@ int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
daddr = fl4.daddr;
if (inet->inet_saddr == 0)
inet->inet_saddr = rt->rt_src;
inet->inet_saddr = fl4.saddr;
inet->inet_rcv_saddr = inet->inet_saddr;
inet->inet_dport = usin->sin_port;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment