From 095ae0fd8f7c451a01740dd99343d789819449df Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 14 Jul 2009 20:45:16 +0000 Subject: [PATCH] -Fix variable name in previous checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3782 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index ffe2f9d92..771cc97bf 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -1493,7 +1493,7 @@ sub validate_datastore_prereqs { my $hypconn = $hyphash{$hyp}->{conn}; my $hostview = $hyphash{$hyp}->{hostview}; unless ($hostview) { - hyphash{$hyp}->{hostview} = get_hostview(hypname=>$hyp,conn=>$conn,properties=>['config','configManager']); + hyphash{$hyp}->{hostview} = get_hostview(hypname=>$hyp,conn=>$hypconn,properties=>['config','configManager']); $hostview = $hyphash{$hyp}->{hostview}; } my $node;