diff options
Diffstat (limited to 'extensions/libipt_owner.c')
-rw-r--r-- | extensions/libipt_owner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_owner.c b/extensions/libipt_owner.c index c7217743..03f9b053 100644 --- a/extensions/libipt_owner.c +++ b/extensions/libipt_owner.c @@ -38,7 +38,7 @@ IPTABLES_VERSION); #endif /* IPT_OWNER_COMM */ } -static struct option opts[] = { +static const struct option opts[] = { { "uid-owner", 1, 0, '1' }, { "gid-owner", 1, 0, '2' }, { "pid-owner", 1, 0, '3' }, |