diff options
Diffstat (limited to 'ipset_macipmap.c')
-rw-r--r-- | ipset_macipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_macipmap.c b/ipset_macipmap.c index 839a6e0..186e68e 100644 --- a/ipset_macipmap.c +++ b/ipset_macipmap.c @@ -149,7 +149,7 @@ static const struct option create_opts[] = { {.name = "to", .has_arg = required_argument, .val = '2'}, {.name = "network", .has_arg = required_argument, .val = '3'}, {.name = "matchunset", .has_arg = no_argument, .val = '4'}, - {0, 0, 0, 0}, + {NULL}, }; static void |