[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.27 and 1.28

version 1.27, 2000/06/20 01:39:40 version 1.28, 2000/07/13 23:14:08
Line 778 
Line 778 
         if (have_pty)          if (have_pty)
                 enter_raw_mode();                  enter_raw_mode();
   
         /* Check if we should immediately send of on stdin. */          /* Check if we should immediately send eof on stdin. */
         if (!compat20)          if (!compat20)
                 client_check_initial_eof_on_stdin();                  client_check_initial_eof_on_stdin();
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28