X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=zones.c;h=55f2e6c105bceb1424c32d81b652d4d395718554;hp=d5d945bc52d8234ea3117852c67a023c40848d0a;hb=c6c708a440617af2e46ab159c203e7166f189293;hpb=a1cf3074e2eae780226c79477e895479ba6e29f2 diff --git a/zones.c b/zones.c index d5d945b..55f2e6c 100644 --- a/zones.c +++ b/zones.c @@ -487,8 +487,7 @@ fw3_print_zone_chains(struct fw3_state *state, enum fw3_family family, struct fw3_zone *zone; list_for_each_entry(zone, &state->zones, list) - if (!hasbit(zone->flags[0], FW3_FLAG_DELETED)) - print_zone_chain(state, family, table, reload, zone); + print_zone_chain(state, family, table, reload, zone); } void @@ -498,8 +497,7 @@ fw3_print_zone_rules(struct fw3_state *state, enum fw3_family family, struct fw3_zone *zone; list_for_each_entry(zone, &state->zones, list) - if (!hasbit(zone->flags[0], FW3_FLAG_DELETED)) - print_zone_rule(state, family, table, reload, zone); + print_zone_rule(state, family, table, reload, zone); } void