diff --git a/xCAT-server/lib/xcat/plugins/fsp.pm b/xCAT-server/lib/xcat/plugins/fsp.pm index d2ecc93f2..bd7ef85d7 100644 --- a/xCAT-server/lib/xcat/plugins/fsp.pm +++ b/xCAT-server/lib/xcat/plugins/fsp.pm @@ -125,7 +125,7 @@ sub getfspcon { ################################# # 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" )); @@ -206,7 +206,7 @@ sub getmulcon { ################################# # Get attributes ################################# - my ($att) = $tabs{ppc}->getAttribs({'node'=>$node}, @attribs ); + my ($att) = $tabs{ppc}->getNodeAttribs($node, @attribs ); if ( !defined( $att )) { $rsp->{node}->[0]->{error}=["Node is not defined in ppc table"];