--- libaitcli/src/aitcli.c 2010/06/08 08:43:47 1.2.2.15 +++ libaitcli/src/aitcli.c 2010/06/08 12:06:47 1.2.2.16 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.2.2.15 2010/06/08 08:43:47 misho Exp $ +* $Id: aitcli.c,v 1.2.2.16 2010/06/08 12:06:47 misho Exp $ * *************************************************************************/ #include "global.h" @@ -1265,13 +1265,10 @@ cliNetLoop(linebuffer_t * __restrict buffer, const cha cli_SetErr(EINVAL, "Error:: invalid input parameters ..."); /* spawn Shell mode */ - /* - execl("/bin/tcsh", "tcsh", NULL); - */ + //execl("/bin/tcsh", "tcsh", NULL); _exit(ret); default: - /* spawn Shell mode */ telnet_SetCmd(Attr + 0, DO, TELOPT_TTYPE); telnet_SetCmd(Attr + 1, WILL, TELOPT_ECHO); telnet_Set_SubOpt(Attr + 2, TELOPT_LFLOW, LFLOW_OFF, NULL, 0);