From f2ba87df278f7b60bfc0b220a2d572953dbb21bb Mon Sep 17 00:00:00 2001 From: zhanx Date: Wed, 13 May 2009 09:04:09 +0000 Subject: [PATCH] Fix bug 2791069 'rvitals reports perl syntax error' in xCAT 2.2.1 and 2.3 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index 46d8cafcf..359aa5ca9 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -803,7 +803,7 @@ sub resolve { ############################# if (( defined( $ent )) && exists( $ent->{parent} )) { my @attrs = qw(mtm serial); - my ($vpd) = $tabs->{vpd}->getAttribs($ent->{parent},\@attrs); + my ($vpd) = $tabs->{vpd}->getNodeAttribs($ent->{parent},\@attrs); if ( !defined( $vpd )) { return( sprintf( $errmsg{NO_UNDEF}, "vpd" ));