git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6242
91ce42f0-d328-0410-95d8-
f526ca767f89
goto get_out; /* Volume already on this device */
} else {
/* Don't release a volume if it is in use */
+#ifdef xxx
if (!vol->released) {
vol = NULL; /* vol in use */
goto get_out;
}
+#endif
Dmsg2(dbglvl, "reserve_vol free vol=%s at %p\n", vol->vol_name, vol->vol_name);
unload_autochanger(dcr, -1); /* unload the volume */
free_volume(dev);