summaryrefslogtreecommitdiffstats
path: root/libebtc.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-07-28 20:15:31 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-07-28 20:15:31 +0000
commit15a1fac3e219a4687eee169776074b4b2ad1ba98 (patch)
treed8ea9d403ae685ad8a72d8103e62852e13d2eb1a /libebtc.c
parent30cd038e9e9477b2d05fab15f91d5f697b437f0a (diff)
bugfix
Diffstat (limited to 'libebtc.c')
-rw-r--r--libebtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libebtc.c b/libebtc.c
index 4e429b6..01bb6f3 100644
--- a/libebtc.c
+++ b/libebtc.c
@@ -1033,7 +1033,7 @@ void ebt_check_for_loops(struct ebt_u_replace *replace)
stack[sp].e = e;
sp++;
j = -1;
- e = entries2->entries;
+ e = entries2->entries->next;
chain_nr = verdict + NF_BR_NUMHOOKS;
entries = entries2;
continue;