diff options
Diffstat (limited to 'userspace/ebtables2/libebtc.c')
-rw-r--r-- | userspace/ebtables2/libebtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/libebtc.c b/userspace/ebtables2/libebtc.c index a4232fd..dfc277b 100644 --- a/userspace/ebtables2/libebtc.c +++ b/userspace/ebtables2/libebtc.c @@ -1067,7 +1067,7 @@ void ebt_delete_chain(struct ebt_u_replace *replace) decrease_chain_jumps(replace); ebt_flush_chains(replace); remove_udc(replace); - } while (chain_nr != -1); + } while (chain_nr == -1); replace->selected_chain = chain_nr; } |