]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
ipt_ACCOUNT, iptables: (tomj) fix module load error caused by previous change
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 56796630d11499802fabcac45e678bae0c9d14a7..ef320490d847a4ca58614e3f36c19c86f887a886 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),