minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-12-07 10:20:15 +00:00
parent 4788e9c12d
commit e855910904

View File

@ -675,7 +675,7 @@ sub writechildren2 {
$cecsecbase = $$cechash{'secondary-base'};
$attached = $$cechash{'attach'};
if (!$cecsecbase) { errormsg("when using vlanid, you must also use CEC names like f1c1",7); return 0; }
$cecstart = $$cechash{'primary-start'};
$cecstart = $$cechash{'secondary-start'};
$cecend = $$cechash{'secondary-end'};
for (my $ii = $framestart; $ii <= $frameend; $ii++) {
for (my $jj = $cecstart; $jj <= $cecend; $jj++) {