git-svn-id: svn://qnap.local/TwoTerm/trunk@1890 5590a31f-7b70-45f8-8c82-aa3a8e5f4507

This commit is contained in:
Kelvin Sherlock 2010-12-21 05:17:15 +00:00
parent eb0895b038
commit 6bd75980fa

View File

@ -138,7 +138,8 @@
fprintf(stderr, "execle failed\n");
fflush(stderr);
exit(-1);
// should not call exit.
_exit(-1);
// child
}