bareos: master c7b6d45f

Author Committer Branch Timestamp Parent
arogge pstorz master 2022-04-11 17:52 master 2f88976a Pending
Changeset dir: fix AlwaysIncrementalKeepNumber

This fixes a bug where the number of incrementals was miscalculated
during consolidation leading to no consolidation when "Keep Number" was
set.
The patch also makes a lot of the variables `const` and tries to avoid
re-use of existing variables to improve readability.
mod - core/src/dird/consolidate.cc Diff File