forked from extern/shorewall_code
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';
|
my $fn = open_file 'blacklist';
|
||||||
|
|
||||||
assert $fn;
|
|
||||||
|
|
||||||
first_entry "Converting $fn...";
|
first_entry "Converting $fn...";
|
||||||
|
|
||||||
while ( read_a_line ) {
|
while ( read_a_line ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user