[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.407 and 1.408

version 1.407, 2013/10/10 01:43:03 version 1.408, 2013/10/17 22:08:04
Line 461 
Line 461 
                 (void) atomicio(vwrite, sock_out, s, strlen(s));                  (void) atomicio(vwrite, sock_out, s, strlen(s));
                 close(sock_in);                  close(sock_in);
                 close(sock_out);                  close(sock_out);
                 logit("Bad protocol version identification '%.100s' from %s",                  logit("Bad protocol version identification '%.100s' "
                     client_version_string, get_remote_ipaddr());                      "from %s port %d", client_version_string,
                       get_remote_ipaddr(), get_remote_port());
                 cleanup_exit(255);                  cleanup_exit(255);
         }          }
         debug("Client protocol version %d.%d; client software version %.100s",          debug("Client protocol version %d.%d; client software version %.100s",

Legend:
Removed from v.1.407  
changed lines
  Added in v.1.408