From 0cbdd91a25b72f003e8177dee06e2390de1bd9d3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 2 Apr 2008 14:26:41 +0000 Subject: [PATCH] ebl Fix a storage deamon segfault at debug level 500. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6726 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/acquire.c | 2 +- bacula/technotes-2.1 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/src/stored/acquire.c b/bacula/src/stored/acquire.c index 88c2eb9517..d41ba82c1d 100644 --- a/bacula/src/stored/acquire.c +++ b/bacula/src/stored/acquire.c @@ -699,7 +699,7 @@ static void attach_dcr_to_dev(DCR *dcr) 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"); /* jcr is NULL in some cases */ /* Detach this dcr only if attached */ if (dcr->attached_to_dev && dev) { diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 1ba0f7f5a1..1b108666b7 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,9 @@ Technical notes on version 2.2 General: +01Apr08 +ebl Fix a storage deamon segfault at debug level 500. + Beta Release Version 2.2.9-b4 01Apr08 kes Re-enable code to remember last volume mounted on a non-tape -- 2.39.5