--- libaitcli/src/aitcli.c 2013/08/12 09:32:30 1.6.2.1 +++ libaitcli/src/aitcli.c 2013/08/12 20:15:55 1.7.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.6.2.1 2013/08/12 09:32:30 misho Exp $ +* $Id: aitcli.c,v 1.7.2.1 2013/08/12 20:15:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1329,7 +1329,7 @@ cliNetLoop(linebuffer_t * __restrict cli_buffer, const ret = cliLoop(cli_buffer, csHistFile) < 0 ? 1 : 0; cliEnd(cli_buffer); - exit(ret); + _exit(ret); default: cli_telnet_SetCmd(Attr + 0, DO, TELOPT_TTYPE); cli_telnet_SetCmd(Attr + 1, WILL, TELOPT_ECHO);