[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.239 and 1.240

version 1.239, 2012/04/11 13:16:19 version 1.240, 2012/06/20 04:42:58
Line 575 
Line 575 
 {  {
         struct timeval tv, *tvp;          struct timeval tv, *tvp;
         int timeout_secs;          int timeout_secs;
         time_t minwait_secs;          time_t minwait_secs = 0;
         int ret;          int ret;
   
         /* Add any selections by the channel mechanism. */          /* Add any selections by the channel mechanism. */

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