summaryrefslogtreecommitdiffstats
path: root/ipset_setlist.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>2008-11-15 20:20:09 +0000
committer/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>2008-11-15 20:20:09 +0000
commit6a5878a3748d84d95e15b9a8b018e1bfc54fc894 (patch)
tree1c5131e29dd469a07090277c82ebb582fb3aa9fa /ipset_setlist.c
parent4eec8b3824d49c1c0503ebbf7844a4e312bc29e1 (diff)
2.4.5
- setlist type does not work properly together with swapping sets, bug reported by Thomas Jacob. - Include linux/capability.h explicitly in ip_set.c (Jan Engelhardt)
Diffstat (limited to 'ipset_setlist.c')
-rw-r--r--ipset_setlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_setlist.c b/ipset_setlist.c
index 8e0bd94..064d67d 100644
--- a/ipset_setlist.c
+++ b/ipset_setlist.c
@@ -64,7 +64,7 @@ create_final(void *data UNUSED, unsigned int flags UNUSED)
/* Create commandline options */
static const struct option create_opts[] = {
{.name = "size", .has_arg = required_argument, .val = '1'},
- {0, 0, 0, 0},
+ {NULL},
};
static void check_setname(const char *name)