[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.315 and 1.316

version 1.315, 2018/07/09 21:03:30 version 1.316, 2018/07/09 21:20:26
Line 2195 
Line 2195 
                 packet_put_int((u_int)ws.ws_ypixel);                  packet_put_int((u_int)ws.ws_ypixel);
                 if (tiop == NULL)                  if (tiop == NULL)
                         tiop = get_saved_tio();                          tiop = get_saved_tio();
                 tty_make_modes(-1, tiop);                  ssh_tty_make_modes(ssh, -1, tiop);
                 packet_send();                  packet_send();
                 /* XXX wait for reply */                  /* XXX wait for reply */
                 c->client_tty = 1;                  c->client_tty = 1;

Legend:
Removed from v.1.315  
changed lines
  Added in v.1.316