Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310758
b: refs/heads/master
c: c5d21c4
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and David S. Miller committed Jun 11, 2012
1 parent e2451b2 commit 9093cd7
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: 83a27052c3376793bc879e00e6e6805d6fb7aab9
refs/heads/master: c5d21c4b2a7765ab0600c8426374b50eb9f4a36f
2 changes: 1 addition & 1 deletion trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ static inline struct rtable *ip_route_output(struct net *net, __be32 daddr,
{
struct flowi4 fl4 = {
.flowi4_oif = oif,
.flowi4_tos = tos,
.daddr = daddr,
.saddr = saddr,
.flowi4_tos = tos,
};
return ip_route_output_key(net, &fl4);
}
Expand Down

0 comments on commit 9093cd7

Please sign in to comment.