-Fix the previous lsvm correction

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6395 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-06-08 18:43:41 +00:00
parent 2cad6a42d2
commit 2d9bc06c0b

View File

@ -1426,7 +1426,6 @@ sub lsvm {
my $hyp = $args{hyp};
$hyphash{$hyp}->{hostview} = get_hostview(hypname=>$hyp,conn=>$hyphash{$hyp}->{conn}); #,properties=>['config','configManager']);
use Data::Dumper;
if ($hyphash{$hyp}->{hostview}->vm) {
my $vms = $hyphash{$hyp}->{hostview}->vm;
unless ($vms) {
return;