]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix small segfault in bacula-sd when debug level is 500
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 2 Apr 2008 14:29:50 +0000 (14:29 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 2 Apr 2008 14:29:50 +0000 (14:29 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6727 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/acquire.c
bacula/technotes-2.3

index e6ff34b5d7a90f26b90521500cb556b77a301d65..ae65592251c5d245369b223295c28a8afe717fd6 100644 (file)
@@ -710,7 +710,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");
 
    /* Detach this dcr only if attached */
    if (dcr->attached_to_dev && dev) {
index 9a6b380cf68fdcf49cfbfa6fdf9b5c8139a1d08a..fa9941d5d0390631d42d87938901a97e9c6da9a2 100644 (file)
@@ -25,6 +25,7 @@ Add long term statistics job table
 
 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