]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/catreq.c
Update technotes and version
[bacula/bacula] / bacula / src / dird / catreq.c
index e884062e6fd52c723fec754d2243f9d6933961c3..3e3800ec489042de632446125c937bd4eb30077b 100644 (file)
@@ -141,8 +141,8 @@ void catalog_request(JCR *jcr, BSOCK *bs)
       if (ok) {
          mr.PoolId = pr.PoolId;
          mr.StorageId = jcr->wstore->StorageId;
-         ok = find_next_volume_for_append(jcr, &mr, index, true /*permit create new vol*/);
-         Dmsg3(100, "find_media idx=%d ok=%d vol=%s\n", index, ok, mr.VolumeName);
+         ok = find_next_volume_for_append(jcr, &mr, index, fnv_create_vol, fnv_prune);
+         Dmsg3(050, "find_media ok=%d idx=%d vol=%s\n", ok, index, mr.VolumeName);
       }
       /*
        * Send Find Media response to Storage daemon