Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247028
b: refs/heads/master
c: 072d8c9
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 29, 2011
1 parent 21394f7 commit 84b5d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87321c839fb4a65b5d78c16d79d1674cf223a452
refs/heads/master: 072d8c94142a3a95151774975f6c1fd1dc1f1e1b
2 changes: 1 addition & 1 deletion trunk/net/ipv4/inet_connection_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ struct dst_entry *inet_csk_route_req(struct sock *sk,
rt = ip_route_output_flow(net, &fl4, sk);
if (IS_ERR(rt))
goto no_route;
if (opt && opt->opt.is_strictroute && rt->rt_dst != rt->rt_gateway)
if (opt && opt->opt.is_strictroute && fl4.daddr != rt->rt_gateway)
goto route_err;
return &rt->dst;

Expand Down

0 comments on commit 84b5d09

Please sign in to comment.