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

Diff for /src/usr.bin/ssh/Attic/roaming_client.c between version 1.5 and 1.6

version 1.5, 2013/05/17 00:13:14 version 1.6, 2013/10/16 02:31:46
Line 255 
Line 255 
                 if (c != '\n' && c != '\r')                  if (c != '\n' && c != '\r')
                         continue;                          continue;
   
                 if (ssh_connect(host, &hostaddr, options.port,                  if (ssh_connect(host, NULL, &hostaddr, options.port,
                     options.address_family, 1, &timeout_ms,                      options.address_family, 1, &timeout_ms,
                     options.tcp_keep_alive, options.use_privileged_port,                      options.tcp_keep_alive, options.use_privileged_port) == 0 &&
                     options.proxy_command) == 0 && roaming_resume() == 0) {                      roaming_resume() == 0) {
                         packet_restore_state();                          packet_restore_state();
                         reenter_guard = 0;                          reenter_guard = 0;
                         fprintf(stderr, "[connection resumed]\n");                          fprintf(stderr, "[connection resumed]\n");

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6