2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

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
This commit is contained in:
yinle
2012-08-02 07:05:09 +00:00
parent 22b7c0ab32
commit 48faf4570f

View File

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