mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 04:35:33 +02:00
Handle empty blacklist file in 'update -b'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -403,8 +403,6 @@ sub convert_blacklist() {
|
||||
|
||||
my $fn = open_file 'blacklist';
|
||||
|
||||
assert $fn;
|
||||
|
||||
first_entry "Converting $fn...";
|
||||
|
||||
while ( read_a_line ) {
|
||||
|
Reference in New Issue
Block a user