[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.227 and 1.228

version 1.227, 2011/01/06 22:23:02 version 1.228, 2011/01/08 10:51:51
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 %s not responding.", options.hostname);                  logit("Timeout, server %s not responding.", host);
                 cleanup_exit(255);                  cleanup_exit(255);
         }          }
         packet_start(SSH2_MSG_GLOBAL_REQUEST);          packet_start(SSH2_MSG_GLOBAL_REQUEST);

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