From 23263c0500f29c651e46f7a5b1c1e5796d8bca3c Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 11 Jun 2010 10:52:06 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/SINV.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/SINV.pm b/perl-xCAT/xCAT/SINV.pm index c9d85bbe4..1f3418fc6 100644 --- a/perl-xCAT/xCAT/SINV.pm +++ b/perl-xCAT/xCAT/SINV.pm @@ -1183,6 +1183,7 @@ sub writereport #print list of nodes @nodenames = @{$nodehash{$template}}; my $nodelist = ""; + @nodearray=(); foreach my $nodenameline (@nodenames) {