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