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

Diff for /src/usr.bin/ssh/monitor.c between version 1.116 and 1.117

version 1.116, 2012/01/05 00:16:56 version 1.117, 2012/06/22 12:30:26
Line 387 
Line 387 
   
         for (;;)          for (;;)
                 monitor_read(pmonitor, mon_dispatch, NULL);                  monitor_read(pmonitor, mon_dispatch, NULL);
   
         close(pmonitor->m_sendfd);  
         pmonitor->m_sendfd = -1;  
 }  }
   
 void  void

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117