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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.277 and 1.278

version 1.277, 2017/04/30 23:18:44 version 1.278, 2017/05/01 02:27:11
Line 534 
Line 534 
         int remote_major, remote_minor, mismatch;          int remote_major, remote_minor, mismatch;
         int connection_in = packet_get_connection_in();          int connection_in = packet_get_connection_in();
         int connection_out = packet_get_connection_out();          int connection_out = packet_get_connection_out();
         int client_banner_sent = 0;  
         u_int i, n;          u_int i, n;
         size_t len;          size_t len;
         int fdsetsz, remaining, rc;          int fdsetsz, remaining, rc;
Line 545 
Line 544 
         fdset = xcalloc(1, fdsetsz);          fdset = xcalloc(1, fdsetsz);
   
         send_client_banner(connection_out, 0);          send_client_banner(connection_out, 0);
         client_banner_sent = 1;  
   
         /* Read other side's version identification. */          /* Read other side's version identification. */
         remaining = timeout_ms;          remaining = timeout_ms;

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278