[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.323 and 1.324

version 1.323, 2020/07/05 23:59:45 version 1.324, 2020/07/07 02:47:21
Line 613 
Line 613 
         }          }
         s->pid = pid;          s->pid = pid;
   
         /* Parent.  Close the child side of the pseudo tty. */          /* Parent.  Close the slave side of the pseudo tty. */
         close(ttyfd);          close(ttyfd);
   
         /* Enter interactive session. */          /* Enter interactive session. */

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324