Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/hosts.c

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

revision 3017 by yutakapon, Mon Oct 1 14:03:43 2007 UTC revision 3120 by yutakapon, Sun Mar 2 13:54:43 2008 UTC
# Line 611  static int check_host_key(PTInstVar pvar Line 611  static int check_host_key(PTInstVar pvar
611    
612                          index += eat_base64(data + index);                          index += eat_base64(data + index);
613                          index += eat_spaces(data + index);                          index += eat_spaces(data + index);
614    
615                            // Key構造体自身を解放する (2008.3.2 yutaka)
616                            free(key);
617                  }                  }
618    
619                  return index + eat_to_end_of_line(data + index);                  return index + eat_to_end_of_line(data + index);

Legend:
Removed from v.3017  
changed lines
  Added in v.3120

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