summaryrefslogtreecommitdiffstats
path: root/userspace
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
commit557d7218cbc6de2678a594c8b85c4022c78ffe0c (patch)
treefd0c06f6c6334c8d1fa95f18c2ebdb4b3939b40e /userspace
parent3b0190be1ce52a9a8ff25abcd3e36422a3d5e37c (diff)
bugfix
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/libebtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/libebtc.c b/userspace/ebtables2/libebtc.c
index 4e429b6..01bb6f3 100644
--- a/userspace/ebtables2/libebtc.c
+++ b/userspace/ebtables2/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;