From 999ffe28236b47bc850ada4c5394bcb2eca49eb3 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 8 Dec 2011 08:11:38 +0000 Subject: [PATCH] use getNodeAttribs instead of getAttribs for ppc table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11178 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" ));