Fixing bug 3458863: removed unnecessary and having issue codes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11231 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1ca20fe313
commit
d5f1da1b09
@ -1862,11 +1862,6 @@ sub preprocess_request {
|
||||
return;
|
||||
}
|
||||
foreach my $node (@missednodes) {
|
||||
my ($ent) = $ppctab->getNodeAttribs( $node, "hcp");
|
||||
if (defined($ent)) {
|
||||
push @{$hcp_hash{$node}{nodes}}, $node;
|
||||
next;
|
||||
}
|
||||
|
||||
my $ent=$ppctab->getNodeAttribs($node,['hcp']);
|
||||
#if (defined($ent->{hcp})) { push @{$hcp_hash{$ent->{hcp}}{nodes}}, $node;}
|
||||
|
Loading…
Reference in New Issue
Block a user