Add a comment to process_rule1()

This commit is contained in:
Tom Eastep 2009-12-14 15:52:16 -08:00
parent 576cd76842
commit 182ed24b02

View File

@ -1129,6 +1129,9 @@ sub process_rule1 ( $$$$$$$$$$$$$ ) {
}
$chain = rules_chain( ${sourcezone}, ${destzone} );
#
# Ensure that the chain exists but don't mark it as referenced until after optimization is checked
#
$chainref = ensure_chain 'filter', $chain;
$policy = $chainref->{policy};