bareos: master 0677c0e5

Author Committer Branch Timestamp Parent
pstorz pstorz master 2021-12-15 16:56 master 0fa6bdc1 Pending
Changeset dird: do not set filter for current output if count is also set

If both keywords count and current were given, the output filter for the
rows were set while the result only will contain one column. When the
filter accesses the non-existent column it crashes.

Now only the filters for current are set if count is not set.
mod - core/src/dird/ua_output.cc Diff File