Correct typo (allowMast -> allowMcast)

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-02-19 10:25:27 -08:00
parent c4f21ffefb
commit 10b39f3855
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1783,7 +1783,7 @@ sub allowBcast( $$$$ ) {
}
}
sub allowMast( $$$$ ) {
sub allowMcast( $$$$ ) {
my ($chainref, $level, $tag, $audit) = @_;
my $target = require_audit( 'ACCEPT', $audit );