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

Diff for /src/usr.bin/ssh/sshd.c between version 1.83 and 1.84

version 1.83, 2000/01/31 23:57:01 version 1.84, 2000/02/01 13:52:26
Line 2129 
Line 2129 
   
         /* Enter interactive session. */          /* Enter interactive session. */
         server_loop(pid, ptyfd, fdout, -1);          server_loop(pid, ptyfd, fdout, -1);
         /* server_loop has not closed ptyfd and fdout. */          /* server_loop _has_ closed ptyfd and fdout. */
   
         /* Cancel the cleanup function. */          /* Cancel the cleanup function. */
         fatal_remove_cleanup(pty_cleanup_proc, (void *) &cleanup_context);          fatal_remove_cleanup(pty_cleanup_proc, (void *) &cleanup_context);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84