Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 7363 by doda, Tue Dec 25 05:46:12 2018 UTC revision 7364 by doda, Tue Dec 25 05:46:16 2018 UTC
# Line 1880  static void PASCAL TTXParseParam(PCHAR p Line 1880  static void PASCAL TTXParseParam(PCHAR p
1880                                          strncpy_s(pvar->subsystem_name,                                          strncpy_s(pvar->subsystem_name,
1881                                                    sizeof(pvar->subsystem_name),                                                    sizeof(pvar->subsystem_name),
1882                                                    option + 15, _TRUNCATE);                                                    option + 15, _TRUNCATE);
1883                                  } else if (strcmp(option + 4, "-nosession") == 0) {                                  } else if (strcmp(option + 4, "-N") == 0) {
1884                                          pvar->nosession = TRUE;                                          pvar->nosession = TRUE;
1885    
1886                                  // /ssh1 と /ssh2 オプションの新規追加 (2006.9.16 maya)                                  // /ssh1 と /ssh2 オプションの新規追加 (2006.9.16 maya)

Legend:
Removed from v.7363  
changed lines
  Added in v.7364

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