From c9eeddbfebf3a24fd768dfe0a5b3ce75043dd208 Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 6 Apr 2012 03:31:50 +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/trunk@12146 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;