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:
parent
4788e9c12d
commit
e855910904
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user