summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_quota.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-01 11:56:23 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-06-01 11:57:13 +0200
commit42979363f3958b4436c6d2503753c182c58e55ea (patch)
treeb22aa627d566e9f3c4f78166af433c70c622f37e /extensions/libxt_quota.c
parentcdcfd887b0dcb3c5cff3c2ae49fc34d0cbac5c44 (diff)
extensions: use NFPROTO_UNSPEC for .family field
This constant would be the designated one for the .family field; it also, given recent changes, makes grep for NFPROTO_UNSPEC work to finally recollect all manpages. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
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 4c1bcb00..0ccc94bb 100644
--- a/extensions/libxt_quota.c
+++ b/extensions/libxt_quota.c
@@ -74,7 +74,7 @@ quota_parse(int c, char **argv, int invert, unsigned int *flags,
}
static struct xtables_match quota_match = {
- .family = AF_UNSPEC,
+ .family = NFPROTO_UNSPEC,
.name = "quota",
.version = XTABLES_VERSION,
.size = XT_ALIGN(sizeof (struct xt_quota_info)),