Add a comment

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-16 15:49:33 -07:00
parent 0a4f26a318
commit 7ac9e46e1f

View File

@ -950,7 +950,9 @@ sub compatible( $$ ) {
}
}
}
#
# Don't combine chains where each specifies '-m policy'
#
return ! ( $ref1->{policy} && $ref2->{policy} );
}