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 6841 by doda, Tue Jul 4 15:02:28 2017 UTC revision 6846 by doda, Tue Jul 4 15:03:01 2017 UTC
# Line 1788  static void PASCAL TTXParseParam(PCHAR p Line 1788  static void PASCAL TTXParseParam(PCHAR p
1788                                  if (option[4] == 0) {                                  if (option[4] == 0) {
1789                                          pvar->settings.Enabled = 1;                                          pvar->settings.Enabled = 1;
1790                                  } else if (MATCH_STR(option + 4, "-L") == 0 ||                                  } else if (MATCH_STR(option + 4, "-L") == 0 ||
1791                                             MATCH_STR(option + 4, "-R") == 0) {                                             MATCH_STR(option + 4, "-R") == 0 ||
1792                                               MATCH_STR(option + 4, "-D") == 0) {
1793                                          char *p = option + 5;                                          char *p = option + 5;
1794                                          option2[0] = *p;                                          option2[0] = *p;
1795                                          i = 1;                                          i = 1;

Legend:
Removed from v.6841  
changed lines
  Added in v.6846

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