using Catalog as message backend.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8102
91ce42f0-d328-0410-95d8-
f526ca767f89
#endif
- dequeue_messages(jcr);
lock_jcr_chain();
jcr->dec_use_count(); /* decrement use count */
if (jcr->use_count() < 0) {
}
remove_jcr(jcr); /* remove Jcr from chain */
+ dequeue_messages(jcr);
job_end_pop(jcr); /* pop and call hooked routines */
Dmsg1(dbglvl, "End job=%d\n", jcr->JobId);
mixed priorities
General:
+02Dec08
+ebl Apply 2.4.3-prune-deadlock.patch that fixes a problem when
+ using Catalog as message backend.
01Dec08
kes Apply Marco's Darwin xattr patches.
28Nov08