From 4e27d62953fd254c068d3a901c64e82556d3f52b Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 6 Apr 2012 03:29:48 +0000 Subject: [PATCH] Fix bug 3504211: update xcat from 2.6.11 to 2.7 occur error on sles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12145 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPcfg.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/FSPcfg.pm b/perl-xCAT/xCAT/FSPcfg.pm index 4f8f186e7..622a02be6 100644 --- a/perl-xCAT/xCAT/FSPcfg.pm +++ b/perl-xCAT/xCAT/FSPcfg.pm @@ -906,8 +906,7 @@ sub resetnet { foreach ( @{$request->{noderange}}) { $nodehash{$_} = 1; } - # go to use lsslp do_resetnet - my $result = xCAT_plugin::lsslp::do_resetnet($request, \%nodehash); + my $result = xCAT::PPCcfg::doresetnet($request, \%nodehash); return [$result]; } 1;