]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix large number of JobMedia records reported by Eric Bollengier
authorKern Sibbald <kern@sibbald.com>
Wed, 19 Mar 2008 16:03:12 +0000 (16:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 19 Mar 2008 16:03:12 +0000 (16:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6631 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/projects
bacula/src/stored/block.c
bacula/src/stored/device.c
bacula/src/stored/stored_conf.c
bacula/technotes-2.3

index ef0dd3ec838b998a4cf9da65aa512658a4cfd9f6..ac00b840aada5e0b4dcda8489485388154b1f308 100644 (file)
@@ -1,7 +1,7 @@
                 
 Projects:
                      Bacula Projects Roadmap 
-                    Status updated 22 February 2008
+                    Status updated 19 March 2008
 
 Items Completed:
 
index 6129c8297c659ed23988d3799cac327cac1889e0..5efc332669f878680dc1585a0a2cc6f80ec77757 100644 (file)
@@ -374,7 +374,6 @@ bool write_block_to_device(DCR *dcr)
       if (dcr->NewVol) {
          /* Note, setting a new volume also handles any pending new file */
          set_new_volume_parameters(dcr);
-         dcr->NewFile = false;        /* this handled for new file too */
       } else {
          set_new_file_parameters(dcr);
       }
index b38b512d0bba87783189ab5d40f589c78febd802..50ab5dab1a48a968170c556a107aa92f95bc5e0b 100644 (file)
@@ -226,6 +226,7 @@ void set_new_volume_parameters(DCR *dcr)
    }
    set_new_file_parameters(dcr);
    jcr->NumWriteVolumes++;
+   dcr->NewVol = false;
 }
 
 /*
index 877c4a51d87323570ea95167c8f50f046175ad08..8857ddda56a3e16af48de95b52decf834e0a0f34 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index a3c0d4611a3688806eb582b5fd6f016eac2f5ee1..19140e3a15c54547e328e57bca2c909f617dd735 100644 (file)
@@ -1,6 +1,8 @@
               Technical notes on version 2.3
 
 General:
+19Mar08
+kes  Fix large number of JobMedia records reported by Eric Bollengier.
 18Mar08
 kes  Apply doc fix from bug #1062.
 kes  Resolve crash and improper restore wx-console Win32 restore