From f7d08b8c3a1e8150e01e42dc6394b9398283c87a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 24 Apr 2010 17:02:44 +0200 Subject: [PATCH] Fix for bug #1560 bcopy cannot find Volume --- bacula/src/stored/dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index e7b8f3f1b5..5ce5712eff 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -353,6 +353,7 @@ DEVICE::open(DCR *dcr, int omode) } } if (dcr) { + dcr->setVolCatName(dcr->VolumeName); VolCatInfo = dcr->VolCatInfo; /* structure assign */ } -- 2.39.5