Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210265
b: refs/heads/master
c: 928497f
h: refs/heads/master
i:
  210263: bcc3152
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Sep 1, 2010
1 parent 98d3b1b commit 00c0980
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: 3b2eb6131e2f6ff646abb0fc69648179b8b70216
refs/heads/master: 928497f0209027ccd649480a38a499fab9c3f6f6
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ static int xfrm_add_sa_expire(struct sk_buff *skb, struct nlmsghdr *nlh,
struct xfrm_user_expire *ue = nlmsg_data(nlh);
struct xfrm_usersa_info *p = &ue->state;
struct xfrm_mark m;
u32 mark = xfrm_mark_get(attrs, &m);;
u32 mark = xfrm_mark_get(attrs, &m);

x = xfrm_state_lookup(net, mark, &p->id.daddr, p->id.spi, p->id.proto, p->family);

Expand Down

0 comments on commit 00c0980

Please sign in to comment.