-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
This commit is contained in:
jbjohnso 2009-07-14 20:45:16 +00:00
parent e18c6c2542
commit 095ae0fd8f

View File

@ -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;