2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 10:50: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:
sakolish
2008-03-06 15:17:30 +00:00
parent d9bffb1e26
commit 0736352fd2

View File

@ -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;