Purely cosmetic change in the Actions module

This commit is contained in:
Tom Eastep 2009-06-10 14:31:22 -07:00
parent d079e69a1b
commit a1330cbfdf

View File

@ -725,7 +725,6 @@ sub process_action3( $$$$$ ) {
clear_comment;
}
sub process_actions3 () {
#
# The following small functions generate rules for the builtin actions of the same name
#
@ -871,6 +870,7 @@ sub process_actions3 () {
add_rule $chainref, '-j ACCEPT';
}
sub process_actions3 () {
my %builtinops = ( 'dropBcast' => \&dropBcast,
'allowBcast' => \&allowBcast,
'dropNotSyn' => \&dropNotSyn,