]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bscan.c
- Require 5 arguments to mtx-changer except list and slots
[bacula/bacula] / bacula / src / stored / bscan.c
index 17512b05d871b6fb3bee7a6da8aca898bd837aa8..a01236ef68d3a74ac1431a38d5f5e8513a184f97 100644 (file)
@@ -494,6 +494,7 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
          update_db = save_update_db;
 
          jr.PoolId = pr.PoolId;
+#ifdef xxx
          /* Set start positions into JCR */
          if (dev->is_tape()) {
             /*
@@ -506,6 +507,7 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
             dcr->StartBlock = (uint32_t)dev->file_addr;
             dcr->StartFile = (uint32_t)(dev->file_addr >> 32);
          }
+#endif
          mjcr->start_time = jr.StartTime;
          mjcr->JobLevel = jr.JobLevel;