summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_quota.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-06-07 15:15:29 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-07 15:15:29 +0200
commit0ea82bc43e9262cdbb9880ca56bb514db4c77f8e (patch)
tree07ad82fe41e40a83b01bba3f7710841b6d426080 /extensions/libxt_quota.c
parentddffcfbe3c97d1eb81d497261ff376cd336974b3 (diff)
sparse warning fixes: integer used as pointer
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_quota.c')
-rw-r--r--extensions/libxt_quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_quota.c b/extensions/libxt_quota.c
index a642aa49..8e178fe7 100644
--- a/extensions/libxt_quota.c
+++ b/extensions/libxt_quota.c
@@ -77,7 +77,7 @@ quota_parse(int c, char **argv, int invert, unsigned int *flags,
return 1;
}
-struct xtables_match quota_match = {
+static struct xtables_match quota_match = {
.family = AF_UNSPEC,
.name = "quota",
.version = XTABLES_VERSION,