]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/autoprune.c
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / dird / autoprune.c
index e0214080d93d2f46c993b1d90c8b18bc7ed70666..bf054db8eb3c4602a303e6dcc1c76dbb12b06bc5 100644 (file)
@@ -101,7 +101,7 @@ int prune_volumes(JCR *jcr)
    db_lock(jcr->db);
 
    /* Get the List of all media ids in the current Pool */
-   if (!db_get_media_ids(jcr, jcr->db, jcr->jr.PoolId, &num_ids, &ids)) {
+   if (!db_get_media_ids(jcr, jcr->db, jcr->PoolId, &num_ids, &ids)) {
       Jmsg(jcr, M_ERROR, 0, "%s", db_strerror(jcr->db));
       goto bail_out;
    }
@@ -114,7 +114,7 @@ int prune_volumes(JCR *jcr)
          continue;
       }
       /* Prune only Volumes from current Pool */
-      if (jcr->jr.PoolId != mr.PoolId) {
+      if (jcr->PoolId != mr.PoolId) {
          continue;
       }
       /* Prune only Volumes with status "Full", or "Used" */