Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145441
b: refs/heads/master
c: 683a04c
h: refs/heads/master
i:
  145439: 9abfd03
v: v3
  • Loading branch information
Jesper Dangaard Brouer authored and Patrick McHardy committed May 27, 2009
1 parent 8941366 commit 4e83392
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: b38b1f616867c832301f24eaf259889494d495b3
refs/heads/master: 683a04cebc63819a36b1db19843bd17771f05b55
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_hashlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ static int dl_seq_show(struct seq_file *s, void *v)
if (!hlist_empty(&htable->hash[*bucket])) {
hlist_for_each_entry(ent, pos, &htable->hash[*bucket], node)
if (dl_seq_real_show(ent, htable->family, s))
return 1;
return -1;
}
return 0;
}
Expand Down

0 comments on commit 4e83392

Please sign in to comment.