--- libaitcli/src/aitcli.c 2013/11/20 16:38:14 1.10.2.1 +++ libaitcli/src/aitcli.c 2013/11/22 14:25:37 1.11.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.10.2.1 2013/11/20 16:38:14 misho Exp $ +* $Id: aitcli.c,v 1.11.2.1 2013/11/22 14:25:37 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1535,7 +1535,7 @@ cliLoop(linebuffer_t * __restrict cli_buffer, const ch cli_freeLine(cli_buffer); cli_resetHistory(cli_buffer); e_free(line); - } while (ret < 1); + } while (cli_buffer->line_kill || ret < 1); cli_saveHistory(cli_buffer, csHistFile, HISTORY_LINES); return ret;