[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.166 and 1.167

version 1.166, 2001/02/11 12:59:25 version 1.167, 2001/02/12 23:26:20
Line 315 
Line 315 
                         fatal_cleanup();                          fatal_cleanup();
                 }                  }
   
                 /* Read other side\'s version identification. */                  /* Read other side's version identification. */
                   memset(buf, 0, sizeof(buf));
                 for (i = 0; i < sizeof(buf) - 1; i++) {                  for (i = 0; i < sizeof(buf) - 1; i++) {
                         if (atomicio(read, sock_in, &buf[i], 1) != 1) {                          if (atomicio(read, sock_in, &buf[i], 1) != 1) {
                                 log("Did not receive ident string from %s.", get_remote_ipaddr());                                  log("Did not receive ident string from %s.", get_remote_ipaddr());

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167