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

Diff for /src/usr.bin/ssh/session.c between version 1.9 and 1.10

version 1.9, 2000/05/02 07:32:44 version 1.10, 2000/05/02 08:05:32
Line 236 
Line 236 
                         tty_parse_modes(s->ttyfd, &n_bytes);                          tty_parse_modes(s->ttyfd, &n_bytes);
                         packet_integrity_check(plen, 4 + dlen + 4 * 4 + n_bytes, type);                          packet_integrity_check(plen, 4 + dlen + 4 * 4 + n_bytes, type);
   
                           session_proctitle(s);
   
                         /* Indicate that we now have a pty. */                          /* Indicate that we now have a pty. */
                         success = 1;                          success = 1;
                         have_pty = 1;                          have_pty = 1;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10