ipt_ACCOUNT, iptables: (tomj) fix module load error caused by previous change
[ipt_ACCOUNT] / 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),