Use exit() instead of return in main().

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-08-28 00:44:58 +00:00
parent c25fabea97
commit d518359452
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287236

View File

@ -311,7 +311,7 @@ main(int argc, char *argv[])
xo_close_container("storage-system-information");
xo_finish();
return (rv);
exit(rv);
}
static char *