diff options
Diffstat (limited to 'ipset_ipportiphash.c')
-rw-r--r-- | ipset_ipportiphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_ipportiphash.c b/ipset_ipportiphash.c index 0942d30..f445d73 100644 --- a/ipset_ipportiphash.c +++ b/ipset_ipportiphash.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 */ |