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 2761 by yutakakn, Sun Dec 19 15:39:58 2004 UTC revision 2850 by yutakakn, Sat Feb 18 07:37:02 2006 UTC
# Line 656  BOOL HOSTS_check_host_key(PTInstVar pvar Line 656  BOOL HOSTS_check_host_key(PTInstVar pvar
656          int found_different_key = 0;          int found_different_key = 0;
657    
658          if (pvar->hosts_state.prefetched_hostname != NULL          if (pvar->hosts_state.prefetched_hostname != NULL
659                  && stricmp(pvar->hosts_state.prefetched_hostname, hostname) == 0                  && _stricmp(pvar->hosts_state.prefetched_hostname, hostname) == 0
660                  && match_key(pvar, bits, exp, mod)) {                  && match_key(pvar, bits, exp, mod)) {
661                  SSH_notify_host_OK(pvar);                  SSH_notify_host_OK(pvar);
662                  return TRUE;                  return TRUE;
# Line 727  void HOSTS_end(PTInstVar pvar) Line 727  void HOSTS_end(PTInstVar pvar)
727    
728  /*  /*
729   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
730     * Revision 1.2  2004/12/19 15:39:42  yutakakn
731     * CVS LogIDの追加
732     *
733   */   */

Legend:
Removed from v.2761  
changed lines
  Added in v.2850

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