Handle empty blacklist file in 'update -b'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-11-20 17:02:01 -08:00
parent bd8ba435cd
commit dffb79e7bd

View File

@ -403,8 +403,6 @@ sub convert_blacklist() {
my $fn = open_file 'blacklist';
assert $fn;
first_entry "Converting $fn...";
while ( read_a_line ) {