Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255567
b: refs/heads/master
c: 483e9ea
h: refs/heads/master
i:
  255565: f0aa1cb
  255563: 629edd9
  255559: bb0577a
  255551: fcd8af4
v: v3
  • Loading branch information
Jozsef Kadlecsik authored and Patrick McHardy committed Jun 16, 2011
1 parent a25d689 commit e791b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5416219e5ca4504ea80d662fdda7337e52e86ee5
refs/heads/master: 483e9ea357d1c0b74a149087bf06f17ae62f750a
4 changes: 2 additions & 2 deletions trunk/net/netfilter/ipset/ip_set_list_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ list_set_uadt(struct ip_set *set, struct nlattr *tb[],
!id_eq(map, i + 1, refid)) ||
(before < 0 &&
(i == 0 || !id_eq(map, i - 1, refid)))) {
ret = -IPSET_ERR_EXIST;
goto finish;
ret = -IPSET_ERR_EXIST;
goto finish;
}
e->timeout = ip_set_timeout_set(timeout);
ip_set_put_byindex(id);
Expand Down

0 comments on commit e791b8b

Please sign in to comment.