From 43194c1d7eb2f223e428c94016fe269f54ea3bc3 Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 27 May 2008 18:43:27 +0000 Subject: [PATCH] Fixed rscan_stanza() formatting - Line #900 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1504 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/blade.pm b/xCAT-server-2.0/lib/xcat/plugins/blade.pm index 0066ea1f7..95360f982 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/blade.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/blade.pm @@ -897,7 +897,7 @@ sub rscan_stanza { foreach ( @rscan_header ) { if ( @$_[0] ne "name" ) { - $result .= "\t@$_[0]=$data[$i++]\n"; + $result .= "\t@$_[0]=$data[$i]\n"; } $i++; }