Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334016
b: refs/heads/master
c: 68aaed5
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 11, 2012
1 parent 5d93992 commit cc6a360
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: 6a8ed462f16b8455eec5ae00eb6014159a6721f0
refs/heads/master: 68aaed54e7682aef261d5c2cf99e85a9dbf33a84
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ static int rt_fill_info(struct net *net, __be32 dst, __be32 src,
goto nla_put_failure;

if (fl4->flowi4_mark &&
nla_put_be32(skb, RTA_MARK, fl4->flowi4_mark))
nla_put_u32(skb, RTA_MARK, fl4->flowi4_mark))
goto nla_put_failure;

error = rt->dst.error;
Expand Down

0 comments on commit cc6a360

Please sign in to comment.