From e68f47a2423ed78ea9cf6d73362687be7e9b94ab Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 5 Oct 2009 12:16:04 +0200 Subject: [PATCH] Backport part of one possible fix from bug #1346 --- bacula/src/stored/mount.c | 1 + bacula/technotes | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 5a1c4964eb..63a31a0fc3 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -145,6 +145,7 @@ mount_next_vol: autochanger = false; VolCatInfo.Slot = 0; ask = retry >= 2; + do_find = true; /* do find_a_volume if we retry */ } Dmsg1(150, "autoload_dev returns %d\n", autochanger); /* diff --git a/bacula/technotes b/bacula/technotes index 5a89e7b896..fde0976d59 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,9 @@ General: Release Version 3.0.3: +05Oct09 +kes Backport part of one possible fix from bug #1346 +03Oct09 kes Fix bug #1382 newly created disk volumes -> file not found warning kes Fix Alpha ifdefing -- should fix bug #1359 ebl Use old code for selecting file during -- 2.39.5