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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.270 and 1.271

version 1.270, 2016/01/14 16:17:40 version 1.271, 2016/01/14 22:56:56
Line 157 
Line 157 
   
         if ((sock = mm_receive_fd(sp[1])) == -1)          if ((sock = mm_receive_fd(sp[1])) == -1)
                 fatal("proxy dialer did not pass back a connection");                  fatal("proxy dialer did not pass back a connection");
           close(sp[1]);
   
         while (waitpid(pid, NULL, 0) == -1)          while (waitpid(pid, NULL, 0) == -1)
                 if (errno != EINTR)                  if (errno != EINTR)

Legend:
Removed from v.1.270  
changed lines
  Added in v.1.271