Remove a redundant capability test

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-12-15 12:52:06 -08:00
parent 6194eceaa4
commit 10d10b1c16

View File

@ -397,7 +397,6 @@ sub convert_blacklist() {
if ( supplied $level ) {
$target = 'blacklog';
} elsif ( $audit ) {
require_capability 'AUDIT_TARGET', "BLACKLIST_DISPOSITION=$disposition", 's';
$target = verify_audit( $disposition );
}