---
 tools/iptables-test.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index 354be86..34f83c1 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -1571,6 +1571,10 @@ int main(int argc, char *argv[])
                }
        }
 
+       for (tmp_xt_rm = xt_rm; tmp_xt_rm != NULL;
+                               tmp_xt_rm = tmp_xt_rm->next)
+               xtables_option_mfcall(tmp_xt_rm->match);
+
        if (xt_t != NULL)
                xtables_option_tfcall(xt_t);
 
-- 
1.7.7

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to