Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |