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
This commit is contained in:
sakolish 2008-05-27 18:43:27 +00:00
parent 0fca95bdbf
commit 43194c1d7e

View File

@ -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++;
}