git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3484
91ce42f0-d328-0410-95d8-
f526ca767f89
$update .= " Slot=0, ";
}
} else {
- $update = " Slot=0, InChanger=0, ";
+ $update .= " Slot=0, InChanger=0, ";
}
my $pool = CGI::param('pool') || '';
foreach my $vol (values %$all) {
my $a = $self->ach_get($vol->{location});
- unless ($a) {
- $self->error("Can't find autochanger $vol->{location}");
- next;
- }
+ next unless ($a) ;
unless ($a->{have_status}) {
$a->status();