[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.7 and 1.8

version 1.7, 2000/04/28 08:10:20 version 1.8, 2000/04/29 16:06:08
Line 1401 
Line 1401 
          * Note that we must not call 'chan_read_failed', since there could           * Note that we must not call 'chan_read_failed', since there could
          * be some more data waiting in the pipe.           * be some more data waiting in the pipe.
          */           */
         chan_write_failed(c);          if (c->ostate != CHAN_OUTPUT_CLOSED)
                   chan_write_failed(c);
         s->chanid = -1;          s->chanid = -1;
 }  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8