-Fix bug in recent feature implementation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4140 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-09-15 19:11:39 +00:00
parent 540bf7da21
commit 23a52ec995

View File

@ -248,7 +248,7 @@ sub noderm
my $sitetab = xCAT::Table->new('site');
my $pdhcp = $sitetab->getAttribs({key=>'pruneservices'},['value']);
if ($pdhcp and $pdhcp->{value} and $pdhcp->{value} !~ /n(\z|o)/i) {
$executecommand->({command=>['makedhcp'],node=>$nodes,arg=>['-d']});
$requestcommand->({command=>['makedhcp'],node=>$nodes,arg=>['-d']});
}