mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 20:54:33 +02:00
Fix 'update -b' handling of missing files.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user