From: Kern Sibbald Date: Sat, 24 Apr 2010 15:02:44 +0000 (+0200) Subject: Fix for bug #1560 bcopy cannot find Volume X-Git-Tag: Release-5.0.2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f7d08b8c3a1e8150e01e42dc6394b9398283c87a;p=bacula%2Fbacula Fix for bug #1560 bcopy cannot find Volume --- 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 */ }