mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 02:40:28 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user