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

Diff for /src/usr.bin/ssh/nchan.c between version 1.43 and 1.44

version 1.43, 2002/01/14 13:57:03 version 1.44, 2002/01/21 23:27:10
Line 364 
Line 364 
                 chan_rcvd_eof2(c);                  chan_rcvd_eof2(c);
         else          else
                 chan_rcvd_ieof1(c);                  chan_rcvd_ieof1(c);
           if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN &&
               buffer_len(&c->output) == 0)
                   chan_obuf_empty(c);
 }  }
 void  void
 chan_rcvd_oclose(Channel *c)  chan_rcvd_oclose(Channel *c)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44