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:
parent
0fca95bdbf
commit
43194c1d7e
@ -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++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user