Correct allowInvalid and dropInvalid

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-08 10:49:12 -08:00
parent 62a567b550
commit 1bd9e8b015
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ if ( supplied $audit ) {
$action = "A_ACCEPT";
}
perl_action_tcp_helper( "Invalid($action)", '' );
perl_action_helper( "Invalid($action)", '' );
1;

View File

@ -48,7 +48,7 @@ if ( supplied $audit ) {
$action = "A_DROP";
}
perl_action_tcp_helper( "Invalid($action)", '' );
perl_action_helper( "Invalid($action)", '' );
1;