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:
		| @@ -1183,6 +1183,7 @@ sub writereport | ||||
|         #print list of nodes | ||||
|         @nodenames = @{$nodehash{$template}}; | ||||
|         my $nodelist = ""; | ||||
|         @nodearray=(); | ||||
|         foreach my $nodenameline (@nodenames) | ||||
|         { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user