bareos: master b5017285

Author Committer Branch Timestamp Parent
arogge arogge master 2022-10-17 10:43 master 66db58b0 Pending
Changeset dird: avoid crash in .jobstatus

Previously if .jobstatus was called before another command in the same
UA had already opened the catalog, it would simply crash.
This patch reorders OpenClientDB() before the FillQuery() to avoid the
crash.
mod - core/src/dird/ua_dotcmds.cc Diff File