ipt_ACCOUNT, iptables: (tomj) fix module load error caused by previous change v1.13
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jun 2008 16:17:14 +0000 (16:17 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jun 2008 16:17:14 +0000 (16:17 +0000)
iptables/extensions/libipt_ACCOUNT.c

index 5679663..ef32049 100644 (file)
@@ -179,6 +179,7 @@ struct xtables_target account
 = {
     .next          = NULL,
     .name          = "ACCOUNT",
+    .family        = AF_INET,
     .version       = XTABLES_VERSION,
     .size          = IPT_ALIGN(sizeof(struct ipt_acc_info)),
     .userspacesize = offsetof(struct ipt_acc_info, table_nr),