Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34663
b: refs/heads/master
c: a9917c0
h: refs/heads/master
i:
  34661: d791d67
  34659: 760a726
  34655: 6f3a3b3
v: v3
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Sep 22, 2006
1 parent 8db65ba commit fc78693
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: ff9b5e0f08cb650d113eef0c654f931c0a7ae730
refs/heads/master: a9917c06652165fe4eeb9ab7a5d1e0674e90e508
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void xfrm_state_flush(u8 proto)
int i;

spin_lock_bh(&xfrm_state_lock);
for (i = 0; i < xfrm_state_hmask; i++) {
for (i = 0; i <= xfrm_state_hmask; i++) {
struct hlist_node *entry;
struct xfrm_state *x;
restart:
Expand Down

0 comments on commit fc78693

Please sign in to comment.