mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Use whitelist flag to delete
This commit is contained in:
parent
1bf7946e58
commit
3474b04228
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ func processEntry(ctx context.Context, filter *scopedBloom, entry *listEntry, re
|
|||
}
|
||||
|
||||
// If the entry is a "delete" update, actually delete it to save space.
|
||||
if len(entry.Sources) == 0 {
|
||||
if entry.Whitelist {
|
||||
r.CreateMeta()
|
||||
r.Meta().Delete()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue