diff options
Diffstat (limited to 'ipset_setlist.c')
-rw-r--r-- | ipset_setlist.c | 2 |
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) |