|
|
| version 1.1.1.1.2.13, 2010/05/03 08:10:05 | version 1.1.1.1.2.14, 2010/05/03 08:28:35 |
|---|---|
| Line 228 int cliNetExec(cliCommands_t *cmdList, const char *csP | Line 228 int cliNetExec(cliCommands_t *cmdList, const char *csP |
| default: | default: |
| telnet_SetCmd(Attr + 0, DO, TELOPT_TTYPE); | telnet_SetCmd(Attr + 0, DO, TELOPT_TTYPE); |
| telnet_SetCmd(Attr + 1, WILL, TELOPT_ECHO); | telnet_SetCmd(Attr + 1, WILL, TELOPT_ECHO); |
| telnet_Set_SubOpt(Attr + 2, TELOPT_LFLOW, LFLOW_RESTART_XON, NULL, 0); | telnet_Set_SubOpt(Attr + 2, TELOPT_LFLOW, LFLOW_OFF, NULL, 0); |
| telnet_Set_SubOpt(Attr + 3, TELOPT_LFLOW, LFLOW_OFF, NULL, 0); | telnet_Set_SubOpt(Attr + 3, TELOPT_LFLOW, LFLOW_RESTART_XON, NULL, 0); |
| telnet_SetCmd(Attr + 4, DONT, TELOPT_LINEMODE); | telnet_SetCmd(Attr + 4, DO, TELOPT_LINEMODE); |
| if ((ret = telnetSend(sock, Attr, 5, NULL, 0, 0)) == -1) { | if ((ret = telnetSend(sock, Attr, 5, NULL, 0, 0)) == -1) { |
| cli_Errno = telnet_GetErrno(); | cli_Errno = telnet_GetErrno(); |
| strlcpy(cli_Error, telnet_GetError(), STRSIZ); | strlcpy(cli_Error, telnet_GetError(), STRSIZ); |