Typo $NODETYPE::BPA - Line #417
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d9bffb1e26
commit
0736352fd2
@ -414,7 +414,7 @@ sub resolve {
|
||||
$att->{parent} = exists($att->{parent}) ? $att->{parent} : 0;
|
||||
$att->{bpa} = $att->{parent};
|
||||
}
|
||||
elsif ( $type =~ /^$NODETYPE::BPA$/ ) {
|
||||
elsif ( $type =~ /^$::NODETYPE_BPA$/ ) {
|
||||
$att->{profile} = 0;
|
||||
$att->{id} = 0;
|
||||
$att->{bpa} = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user