Modify the return value of resetnet.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-08-02 07:04:18 +00:00
parent 91ae5f3edd
commit 8509f7af39

View File

@ -905,7 +905,7 @@ sub fsp_api_passwd {
sub resetnet {
my $request = shift;
xCAT::PPCcfg::doresetnet($request);
exit(0);
return 0;
}
1;