Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255573
b: refs/heads/master
c: c64562e
h: refs/heads/master
i:
  255571: 5a74f4f
v: v3
  • Loading branch information
Jozsef Kadlecsik authored and Patrick McHardy committed Jun 16, 2011
1 parent ef5a54e commit 92d1680
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: d0d9e0a5a8db05b2179c2ffb25d1c2850cce3c8e
refs/heads/master: c64562eaf2ad61d7492788ef95678f52d0d28f2a
2 changes: 1 addition & 1 deletion trunk/include/linux/netfilter/ipset/ip_set_ahash.h
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ type_pf_tadd(struct ip_set *set, void *value, u32 timeout, u32 flags)
}
ret = type_pf_elem_tadd(n, d, timeout);
if (ret != 0) {
if (ret == -EEXIST)
if (ret == -EAGAIN)
type_pf_data_next(h, d);
goto out;
}
Expand Down

0 comments on commit 92d1680

Please sign in to comment.