Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352457
b: refs/heads/master
c: fa8599d
h: refs/heads/master
i:
  352455: 704e3a5
v: v3
  • Loading branch information
Li RongQing authored and Steffen Klassert committed Feb 1, 2013
1 parent 4076388 commit eadcac4
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: 7e50f84c94b82c3b2d23ac8878012b3b60ea0e96
refs/heads/master: fa8599db8f222fd9d351a640074377a841979187
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)

if (unlikely(x->km.state != XFRM_STATE_VALID)) {
XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTSTATEINVALID);
goto error_nolock;
goto error;
}

err = xfrm_state_check_expire(x);
Expand Down

0 comments on commit eadcac4

Please sign in to comment.