From 2d9bc06c0ba1dfe3ebe8f8e51ad2261e6a88a632 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 8 Jun 2010 18:43:41 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/esx.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index b295eba53..3ae288408 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -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;