diff options
Diffstat (limited to 'extensions/libip6t_ah.c')
-rw-r--r-- | extensions/libip6t_ah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_ah.c b/extensions/libip6t_ah.c index c372af5d..46469eaf 100644 --- a/extensions/libip6t_ah.c +++ b/extensions/libip6t_ah.c @@ -23,7 +23,7 @@ static const struct option ah_opts[] = { { .name = "ahspi", .has_arg = 1, .val = '1' }, { .name = "ahlen", .has_arg = 1, .val = '2' }, { .name = "ahres", .has_arg = 0, .val = '3' }, - { } + { .name = NULL } }; static u_int32_t |