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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d08b8c3a1e8150e01e42dc6394b9398283c87a;p=thirdparty%2Fbacula.git Fix for bug #1560 bcopy cannot find Volume --- diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index e7b8f3f1b..5ce5712ef 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 */ }