Fix 'update -b' handling of missing files.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-11-18 06:26:37 -08:00
parent 72f75c201c
commit 364b30fd9b

View File

@ -356,7 +356,7 @@ sub remove_blacklist( $ ) {
my $fn = find_file $file; my $fn = find_file $file;
assert( -f $fn ); return 1 unless -f $file;
my $oldfile = open_file $fn; my $oldfile = open_file $fn;
my $newfile; my $newfile;