summaryrefslogtreecommitdiffstats
path: root/libxtables/xtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxtables/xtables.c')
-rw-r--r--libxtables/xtables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libxtables/xtables.c b/libxtables/xtables.c
index c5e86f38..f3966f15 100644
--- a/libxtables/xtables.c
+++ b/libxtables/xtables.c
@@ -933,9 +933,6 @@ void xtables_register_match(struct xtables_match *me)
if (me->extra_opts != NULL)
xtables_check_options(me->name, me->extra_opts);
- /* ignore not interested match */
- if (me->family != afinfo->family && me->family != AF_UNSPEC)
- return;
/* place on linked list of matches pending full registration */
me->next = xtables_pending_matches;