[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.240 and 1.241

version 1.240, 2012/06/20 04:42:58 version 1.241, 2012/08/17 00:45:45
Line 1037 
Line 1037 
                                 if (c && c->ctl_chan != -1) {                                  if (c && c->ctl_chan != -1) {
                                         chan_read_failed(c);                                          chan_read_failed(c);
                                         chan_write_failed(c);                                          chan_write_failed(c);
                                           mux_master_session_cleanup_cb(c->self,
                                               NULL);
                                         return 0;                                          return 0;
                                 } else                                  } else
                                         quit_pending = 1;                                          quit_pending = 1;

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241