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

Diff for /src/usr.bin/ssh/mux.c between version 1.41 and 1.42

version 1.41, 2013/05/17 00:13:13 version 1.42, 2013/06/02 23:36:29
Line 171 
Line 171 
   
 /* Cleanup callback fired on closure of mux slave _session_ channel */  /* Cleanup callback fired on closure of mux slave _session_ channel */
 /* ARGSUSED */  /* ARGSUSED */
 void  static void
 mux_master_session_cleanup_cb(int cid, void *unused)  mux_master_session_cleanup_cb(int cid, void *unused)
 {  {
         Channel *cc, *c = channel_by_id(cid);          Channel *cc, *c = channel_by_id(cid);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42