---
tools/iptables-test.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index d41bbf0..f3481bb 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -309,10 +309,10 @@ static int connman_add_entry(struct connman_iptables
*table,
entry_before = before->data;
/*
- * We've just insterted a new entry. All references before it
+ * We've just appended/insterted a new entry. All references
* should be bumped accordingly.
*/
- for (list = table->entries; list != before; list = list->next) {
+ for (list = table->entries; list; list = list->next) {
tmp = list->data;
if (!is_jump(tmp))
@@ -320,7 +320,7 @@ static int connman_add_entry(struct connman_iptables *table,
t = (struct xt_standard_target *)ipt_get_target(tmp->entry);
- if (t->verdict >= entry_before->offset)
+ if (t->verdict > entry_before->offset)
t->verdict += entry->next_offset;
}
--
1.7.3.4
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman