forked from extern/shorewall_code
Merge branch '4.5.4'
Conflicts: Shorewall/Perl/Shorewall/Config.pm
This commit is contained in:
commit
92a13ec87c
@ -568,6 +568,7 @@ sub determine_zones()
|
||||
for ( @{$zones{$zone}{children}} ) {
|
||||
next ZONE unless $ordered{$_};
|
||||
}
|
||||
|
||||
$ordered{$zone} = 1;
|
||||
push @zones, $zone;
|
||||
redo PUSHED;
|
||||
@ -575,7 +576,7 @@ sub determine_zones()
|
||||
}
|
||||
}
|
||||
|
||||
assert( scalar @zones == scalar @z );
|
||||
assert( @zones == @z );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user