From 0736352fd264257a8c788c383cf3723e8dc0eb85 Mon Sep 17 00:00:00 2001 From: sakolish Date: Thu, 6 Mar 2008 15:17:30 +0000 Subject: [PATCH] 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 --- perl-xCAT-2.0/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPC.pm b/perl-xCAT-2.0/xCAT/PPC.pm index 0db31d78a..a51bf15ef 100644 --- a/perl-xCAT-2.0/xCAT/PPC.pm +++ b/perl-xCAT-2.0/xCAT/PPC.pm @@ -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;