Use exit() instead of return in main().
MFC after: 2 weeks
This commit is contained in:
parent
fe7bb6d1cd
commit
5ec82107b6
@ -311,7 +311,7 @@ main(int argc, char *argv[])
|
||||
|
||||
xo_close_container("storage-system-information");
|
||||
xo_finish();
|
||||
return (rv);
|
||||
exit(rv);
|
||||
}
|
||||
|
||||
static char *
|
||||
|
Loading…
x
Reference in New Issue
Block a user