summaryrefslogtreecommitdiffstats
path: root/ipset_ipportnethash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_ipportnethash.c')
-rw-r--r--ipset_ipportnethash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_ipportnethash.c b/ipset_ipportnethash.c
index eabe41e..9184007 100644
--- a/ipset_ipportnethash.c
+++ b/ipset_ipportnethash.c
@@ -184,7 +184,7 @@ static const struct option create_opts[] = {
{.name = "from", .has_arg = required_argument, .val = '4'},
{.name = "to", .has_arg = required_argument, .val = '5'},
{.name = "network", .has_arg = required_argument, .val = '6'},
- {0, 0, 0, 0},
+ {NULL},
};
/* Add, del, test parser */