mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-04-09 14:38:08 +00:00
git-svn-id: svn://qnap.local/TwoTerm/trunk@1890 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
eb0895b038
commit
6bd75980fa
@ -138,7 +138,8 @@
|
||||
fprintf(stderr, "execle failed\n");
|
||||
fflush(stderr);
|
||||
|
||||
exit(-1);
|
||||
// should not call exit.
|
||||
_exit(-1);
|
||||
// child
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user