Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6717 by doda, Fri May 12 12:42:07 2017 UTC revision 6721 by doda, Fri May 12 12:43:04 2017 UTC
# Line 7844  static BOOL handle_SSH2_channel_failure( Line 7844  static BOOL handle_SSH2_channel_failure(
7844          if (pvar->shell_id == channel_id) {          if (pvar->shell_id == channel_id) {
7845                  if (c->type == TYPE_SUBSYSTEM_GEN) {                  if (c->type == TYPE_SUBSYSTEM_GEN) {
7846                          // サブシステムの起動に失敗したので切る。                          // サブシステムの起動に失敗したので切る。
7847                          notify_fatal_error(pvar, "subsystem request failed.", 1);                          char errmsg[MAX_UIMSG];
7848                            UTIL_get_lang_msg("MSG_SSH_SUBSYSTEM_REQUEST_ERROR", pvar, "subsystem request failed. (%s)");
7849                            _snprintf_s(errmsg, sizeof(errmsg), _TRUNCATE, pvar->ts->UIMsg, pvar->subsystem_name);
7850                            notify_fatal_error(pvar, errmsg, TRUE);
7851                          return TRUE;                          return TRUE;
7852                  }                  }
7853                  else { // TYPE_SHELL                  else { // TYPE_SHELL

Legend:
Removed from v.6717  
changed lines
  Added in v.6721

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26