Skip to content

Commit

Permalink
[backend] hotfix bs_worker
Browse files Browse the repository at this point in the history
Fix code error from 4dd31d8 leading to
breaking workers when using binary proxy
  • Loading branch information
adrianschroeter committed Jan 21, 2021
1 parent c68c166 commit 04866f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_worker
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ sub manage_cache {
$c = undef;
}
}
remove_entry_from_cache($_->[0]) for sort @pruneids;
remove_entry_from_cache($_) for sort @pruneids;
@$content = grep {defined $_} @$content;
eval {
Storable::nstore($content, "$cachedir/content.new");
Expand Down

0 comments on commit 04866f5

Please sign in to comment.