mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Call exit(0), not exit.
This commit is contained in:
parent
c7f3baedf3
commit
1c7cddaba9
1 changed files with 1 additions and 1 deletions
|
|
@ -1909,7 +1909,7 @@ bye () {
|
|||
#ifdef UNIX
|
||||
stty(0,&sgttyOrg);
|
||||
#endif
|
||||
exit();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
#ifdef UNIX
|
||||
|
|
|
|||
Loading…
Reference in a new issue