mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-26 08:08:59 +01:00
Fix 'update -b' handling of missing files.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
72f75c201c
commit
364b30fd9b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user