[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.36 and 1.37

version 1.36, 2012/07/06 01:37:21 version 1.37, 2012/08/17 00:45:45
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 */
 static void  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.36  
changed lines
  Added in v.1.37