--- libaitcli/src/aitcli.c 2013/08/12 09:50:29 1.7 +++ libaitcli/src/aitcli.c 2013/09/02 11:26:36 1.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.7 2013/08/12 09:50:29 misho Exp $ +* $Id: aitcli.c,v 1.8 2013/09/02 11:26:36 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);