Mixing member accessors (non-named vs named) is not good.
Remove stray NULL.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
};
static
-struct ip6tables_target HL = { NULL,
+struct ip6tables_target HL = {
.name = "HL",
.version = IPTABLES_VERSION,
.size = IP6T_ALIGN(sizeof(struct ip6t_HL_info)),
printf("--random ");
}
-static struct iptables_target masq = { NULL,
+static struct iptables_target masq = {
.name = "MASQUERADE",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ip_nat_multi_range)),
"realm match: You must specify `--realm'");
}
-static struct iptables_match realm = { NULL,
+static struct iptables_match realm = {
.name = "realm",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_realm_info)),