From 324bbc20f6dc6c90ebcd2548f9993cefdde347f1 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 23 Aug 2012 11:12:26 +0000 Subject: [PATCH] fix library git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13585 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/cons/fsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/cons/fsp b/xCAT-server/share/xcat/cons/fsp index bda39cf70..0876c01ce 100755 --- a/xCAT-server/share/xcat/cons/fsp +++ b/xCAT-server/share/xcat/cons/fsp @@ -246,7 +246,7 @@ sub invoke_cmd { #my $fsp_ip = (); my $Rc = 0; - #$fsp_ip = xCAT::Utils::getNodeIPaddress( $fsp_name ); + #$fsp_ip = xCAT::NetworkUtils::getNodeIPaddress( $fsp_name ); #if(!defined($fsp_ip)) { # return "Failed to get the $fsp_name\'s ip"; #}