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 5820 by yutakapon, Mon Mar 9 16:07:11 2015 UTC revision 5822 by yutakapon, Wed Mar 11 16:07:53 2015 UTC
# Line 4160  __declspec(dllexport) int CALLBACK TTXRe Line 4160  __declspec(dllexport) int CALLBACK TTXRe
4160          char *p;          char *p;
4161    
4162          if (pvar->settings.Enabled) {          if (pvar->settings.Enabled) {
4163                  strncpy_s(filename, maxlen, pvar->session_settings.KnownHostsFiles, _TRUNCATE);                  strncpy_s(filename, maxlen, pvar->settings.KnownHostsFiles, _TRUNCATE);
4164                  p = strchr(filename, ';');                  p = strchr(filename, ';');
4165                  if (p)                  if (p)
4166                          *p = 0;                          *p = 0;

Legend:
Removed from v.5820  
changed lines
  Added in v.5822

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