From 07809012d8df9c1dcbf507e4d71112582493daf0 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 8 Dec 2011 08:12:15 +0000 Subject: [PATCH] use getNodeAttribs instead of getAttribs for ppc table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11179 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/hmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/hmc.pm b/xCAT-server/lib/xcat/plugins/hmc.pm index 4b117542c..92ca5eef0 100644 --- a/xCAT-server/lib/xcat/plugins/hmc.pm +++ b/xCAT-server/lib/xcat/plugins/hmc.pm @@ -95,7 +95,7 @@ sub gethmccon { ################################# # Get attributes ################################# - my ($att) = $tabs{ppc}->getAttribs({'node'=>$node}, @attribs ); + my ($att) = $tabs{ppc}->getNodeAttribs( $node, @attribs ); if ( !defined( $att )) { #return( sprintf( $errmsg{NODE_UNDEF}, "ppc" ));