mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 12:47:25 +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;
|
||||
|
||||
assert( -f $fn );
|
||||
return 1 unless -f $file;
|
||||
|
||||
my $oldfile = open_file $fn;
|
||||
my $newfile;
|
||||
|
Reference in New Issue
Block a user