From 48faf4570f829639243de897a21058b9c12c440a Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 2 Aug 2012 07:05:09 +0000 Subject: [PATCH] Modify the return value of resetnet. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPcfg.pm b/perl-xCAT/xCAT/FSPcfg.pm index a06c8ace7..124b06238 100644 --- a/perl-xCAT/xCAT/FSPcfg.pm +++ b/perl-xCAT/xCAT/FSPcfg.pm @@ -914,7 +914,7 @@ sub fsp_api_passwd { sub resetnet { my $request = shift; xCAT::PPCcfg::doresetnet($request); - exit(0); + return 0; } 1;