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