git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6727
91ce42f0-d328-0410-95d8-
f526ca767f89
void detach_dcr_from_dev(DCR *dcr)
{
DEVICE *dev = dcr->dev;
- Dmsg1(500, "JobId=%u enter detach_dcr_from_dev\n", (uint32_t)dcr->jcr->JobId);
+ Dmsg0(500, "Enter detach_dcr_from_dev\n");
/* Detach this dcr only if attached */
if (dcr->attached_to_dev && dev) {
General:
02Apr08
+ebl Fix small segfault in bacula-sd when debug level is 500
kes Modify run_program() and run_program_full_output() to use
call by reference for the results string. This corrects a long
standing problem where the address of the string may be changed