bareos: master 2ca064e9
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Sebastian Sura | Bareos Bot | master | 2024-11-13 14:41 | master 3ec4c738 | Pending |
Changeset | ua-output: fix resource order Previously the iteration order depended on the c++ lib implementation (and could also be change from run to run). This lead to issues where 'show job' would print jobs on linux but jobdefs on windows. To make sure that always the same element is chosen, we need to make sure the order is always the same. This is easily done by just using a vector here. |
||||
mod - core/src/dird/ua_output.cc | Diff File | ||||
mod - core/src/dird/ua_output.h | Diff File |