-Correct variable names in previous checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-11-30 18:54:39 +00:00
parent 02756bea76
commit 171282e820

View File

@ -1093,11 +1093,11 @@ sub process_request {
if ($command eq 'mkvm' or $command eq 'rpower' and (grep { "$_" eq "on" or $_ eq "boot" or $_ eq "reset" } @exargs)) {
xCAT::VMCommon::requestMacAddresses($confdata,$noderange);
my @dhcpnodes;
foreach (keys %{$tablecfg{dhcpneeded}}) {
foreach (keys %{$confdata->{dhcpneeded}}) {
push @dhcpnodes,$_;
delete $tablecfg{dhcpneeded}->{$_};
delete $confdata->{dhcpneeded}->{$_};
}
$executerequest->({command=>['makedhcp'],node=>\@dhcpnodes});
$doreq->({command=>['makedhcp'],node=>\@dhcpnodes});
}
if ($command eq 'revacuate' or $command eq 'rmigrate') {