fix defect 3013918, uninitialized array caused report to have extra nodes in the wrong places
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6430 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1e2a27663c
commit
23263c0500
@ -1183,6 +1183,7 @@ sub writereport
|
||||
#print list of nodes
|
||||
@nodenames = @{$nodehash{$template}};
|
||||
my $nodelist = "";
|
||||
@nodearray=();
|
||||
foreach my $nodenameline (@nodenames)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user