[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.248 and 1.249

version 1.248, 2002/06/22 20:05:27 version 1.249, 2002/06/23 03:30:17
Line 359 
Line 359 
   
         if (client_version_string == NULL) {          if (client_version_string == NULL) {
                 /* Send our protocol version identification. */                  /* Send our protocol version identification. */
                 if (atomicio(write, sock_out, server_version_string, strlen(server_version_string))                  if (atomicio(write, sock_out, server_version_string,
                       strlen(server_version_string))
                     != strlen(server_version_string)) {                      != strlen(server_version_string)) {
                         log("Could not write ident string to %s", get_remote_ipaddr());                          log("Could not write ident string to %s", get_remote_ipaddr());
                         fatal_cleanup();                          fatal_cleanup();
Line 461 
Line 462 
                 fatal_cleanup();                  fatal_cleanup();
         }          }
 }  }
   
   
 /* Destroy the host and server keys.  They will no longer be needed. */  /* Destroy the host and server keys.  They will no longer be needed. */
 void  void

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249