mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-02 19:05:32 +00:00
-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:
@ -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;
|
||||
|
Reference in New Issue
Block a user