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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.226 and 1.227

version 1.226, 2010/11/23 23:57:24 version 1.227, 2011/01/06 22:23:02
Line 536 
Line 536 
 server_alive_check(void)  server_alive_check(void)
 {  {
         if (packet_inc_alive_timeouts() > options.server_alive_count_max) {          if (packet_inc_alive_timeouts() > options.server_alive_count_max) {
                 logit("Timeout, server not responding.");                  logit("Timeout, server %s not responding.", options.hostname);
                 cleanup_exit(255);                  cleanup_exit(255);
         }          }
         packet_start(SSH2_MSG_GLOBAL_REQUEST);          packet_start(SSH2_MSG_GLOBAL_REQUEST);

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227