Avoid extra 'done'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9063 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-15 01:17:59 +00:00
parent 79f98f73e1
commit 1f7b0990bb

View File

@ -854,9 +854,9 @@ sub setup_mac_lists( $ ) {
}
add_commands( $chainref, " echo \"-A $chainref->{name} -s \$address -d 224.0.0.0/4 -j RETURN\" >&3" );
}
add_command( $chainref, 'done' );
add_command( $chainref, 'done' );
}
}
}