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