[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.297 and 1.298

version 1.297, 2017/05/30 14:23:52 version 1.298, 2017/05/31 07:00:13
Line 1158 
Line 1158 
 static void  static void
 client_process_buffered_input_packets(void)  client_process_buffered_input_packets(void)
 {  {
         dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state);          ssh_dispatch_run_fatal(active_state, DISPATCH_NONBLOCK, &quit_pending);
 }  }
   
 /* scan buf[] for '~' before sending data to the peer */  /* scan buf[] for '~' before sending data to the peer */

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298