diff options
Diffstat (limited to 'extensions/libipt_hashlimit.c')
-rw-r--r-- | extensions/libipt_hashlimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_hashlimit.c b/extensions/libipt_hashlimit.c index 552d3bff..c1cc7cb3 100644 --- a/extensions/libipt_hashlimit.c +++ b/extensions/libipt_hashlimit.c @@ -46,7 +46,7 @@ help(void) "\n", IPTABLES_VERSION, IPT_HASHLIMIT_BURST); } -static struct option opts[] = { +static const struct option opts[] = { { "hashlimit", 1, 0, '%' }, { "hashlimit-burst", 1, 0, '$' }, { "hashlimit-htable-size", 1, 0, '&' }, |