From aea4aef9f7470a25aebc2cc4fc5b9ded37800fd7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 17 Jun 2009 16:39:11 +0000 Subject: [PATCH] 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 --- bacula/src/stored/btape.c | 1 - bacula/technotes | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5