git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5656
91ce42f0-d328-0410-95d8-
f526ca767f89
POOLMEM *omsg;
Dsm_check(1);
- if (!jcr->pool->catalog_files) {
+ if (job_canceled(jcr) || !jcr->pool->catalog_files) {
goto bail_out; /* user disabled cataloging */
}
if (!jcr->db) {
General:
26Sep07
+kes Suppress extra error messages during batch insert failure.
kes Add jcr to timer packets so if killed message can be sent to job.
kes Add JobId to all Dmsg() output.
kes Put some FD auth code on dbglvl rather than fixed.