]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/device.c
Add V: to bextract and bscan
[bacula/bacula] / bacula / src / stored / device.c
index c927ee692151f44f4bc817e2e39b77ae90e93a37..5e047de557803fe90b2f5cd57e4a6f2dc9ab9b76 100644 (file)
@@ -190,6 +190,11 @@ int fixup_device_block_write_error(JCR *jcr, DEVICE *dev, DEV_BLOCK *block)
    return 1;                               /* device locked */
 }
 
+/*
+ * We have a new Volume mounted, so reset the Volume parameters
+ *  concerning this job.  The global changes were made earlier
+ *  in the dev structure.
+ */
 void set_new_volume_parameters(JCR *jcr, DEVICE *dev) 
 {
    if (jcr->NewVol && !dir_get_volume_info(jcr, GET_VOL_INFO_FOR_WRITE)) {