Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247021
b: refs/heads/master
c: 6706b6e
h: refs/heads/master
i:
  247019: a92bb1d
v: v3
  • Loading branch information
David S. Miller committed Apr 29, 2011
1 parent 61148a5 commit bbdf0bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 813b3b5db831ddbd92b5ce0fdeb74e3368f1323c
refs/heads/master: 6706b6ebab85dfca4e2886e35ec9c3c4ee13e27e
2 changes: 0 additions & 2 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ static inline struct rtable *ip_route_connect(struct flowi4 *fl4,
rt = __ip_route_output_key(net, fl4);
if (IS_ERR(rt))
return rt;
fl4->daddr = rt->rt_dst;
fl4->saddr = rt->rt_src;
ip_rt_put(rt);
}
security_sk_classify_flow(sk, flowi4_to_flowi(fl4));
Expand Down

0 comments on commit bbdf0bb

Please sign in to comment.