git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3411
91ce42f0-d328-0410-95d8-
f526ca767f89
bstrncpy(dev->VolHdr.Id, BaculaId, sizeof(dev->VolHdr.Id));
dev->VolHdr.VerNum = BaculaTapeVersion;
- if (dvdnow) {
+ if (dev->is_dvd() && dvdnow) {
/* We do not want to re-label a DVD so write VOL_LABEL now */
dev->VolHdr.LabelType = VOL_LABEL;
} else {
General:
04Sep06
+kes Correct dvd code that breaks tape labeling.
kes Implement Enabled on update slots.
02Sep06
kes When doing a label, pass the VolBytes back to the Director,