summaryrefslogtreecommitdiffstats
path: root/ipset_iphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_iphash.c')
-rw-r--r--ipset_iphash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_iphash.c b/ipset_iphash.c
index a11695b..edc22fb 100644
--- a/ipset_iphash.c
+++ b/ipset_iphash.c
@@ -127,7 +127,7 @@ static const struct option create_opts[] = {
{.name = "probes", .has_arg = required_argument, .val = '2'},
{.name = "resize", .has_arg = required_argument, .val = '3'},
{.name = "netmask", .has_arg = required_argument, .val = '4'},
- {0, 0, 0, 0},
+ {NULL},
};
/* Add, del, test parser */