From: Kern Sibbald Date: Wed, 17 Jun 2009 16:39:11 +0000 (+0000) Subject: Fix bug #1309 inappropriate error message during btape fill command X-Git-Tag: Release-3.0.2~161 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aea4aef9f7470a25aebc2cc4fc5b9ded37800fd7;p=bacula%2Fbacula Fix bug #1309 inappropriate error message during btape fill command git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8905 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index 6748705b55..be0226117f 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -414,7 +414,6 @@ static void labelcmd() } } dev->rewind(dcr); - dev->weof(1); write_new_volume_label_to_dev(dcr, cmd, "Default", false,/*no relabel*/ true /* label dvd now */); Pmsg1(-1, _("Wrote Volume label for volume \"%s\".\n"), cmd); } diff --git a/bacula/technotes b/bacula/technotes index b7c852392a..e608b0c660 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 17Jun09 +kes Fix bug #1309 inappropriate error message during btape fill command kes Fix bug #1307 AllowHigherDuplicates=no prevents automatic job escalation 12Jun09 kes Remove non-portable code referencing pthread_t fixes bug #1308.