From 1ee6515cf34347d28104efbbd364da30cac1343c Mon Sep 17 00:00:00 2001 From: jjhua Date: Sun, 25 Jul 2010 04:20:15 +0000 Subject: [PATCH] use xCAT::Utils::getNodeIPaddress Function to get ip git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6849 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPUtils.pm b/perl-xCAT/xCAT/FSPUtils.pm index 5aba489d3..c5a29bb08 100644 --- a/perl-xCAT/xCAT/FSPUtils.pm +++ b/perl-xCAT/xCAT/FSPUtils.pm @@ -118,7 +118,7 @@ sub fsp_api_action { # $res = "Failed to get the $fsp_name\'s ip"; # return ([$node_name, $res, -1]); #} - $fsp_ip = getNodeIPaddress( $fsp_name ); + $fsp_ip = xCAT::Utils::getNodeIPaddress( $fsp_name ); if(!defined($fsp_ip)) { $res = "Failed to get the $fsp_name\'s ip"; return ([$node_name, $res, -1]);