diff options
Diffstat (limited to 'extensions/libip6t_ipv6header.c')
-rw-r--r-- | extensions/libip6t_ipv6header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_ipv6header.c b/extensions/libip6t_ipv6header.c index 858e0293..4dab33fc 100644 --- a/extensions/libip6t_ipv6header.c +++ b/extensions/libip6t_ipv6header.c @@ -148,7 +148,7 @@ help(void) IPTABLES_VERSION); } -static struct option opts[] = { +static const struct option opts[] = { { "header", 1, 0, '1' }, { "soft", 0, 0, '2' }, { 0 } |