summaryrefslogtreecommitdiffstats
path: root/ipset_iptree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_iptree.c')
-rw-r--r--ipset_iptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_iptree.c b/ipset_iptree.c
index f8cd488..09f11db 100644
--- a/ipset_iptree.c
+++ b/ipset_iptree.c
@@ -70,7 +70,7 @@ create_final(void *data UNUSED, unsigned int flags UNUSED)
/* Create commandline options */
static const struct option create_opts[] = {
{.name = "timeout", .has_arg = required_argument, .val = '1'},
- {0, 0, 0, 0},
+ {NULL},
};
/* Add, del, test parser */