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

Diff for /src/usr.bin/ssh/sshd.c between version 1.581 and 1.582

version 1.581, 2021/11/18 03:07:20 version 1.582, 2021/11/18 03:07:59
Line 1211 
Line 1211 
                                 continue;                                  continue;
                         }                          }
                         if (unset_nonblock(*newsock) == -1 ||                          if (unset_nonblock(*newsock) == -1 ||
                             pipe(startup_p) == -1)                              pipe(startup_p) == -1) {
                                   close(*newsock);
                                 continue;                                  continue;
                           }
                         if (drop_connection(*newsock, startups, startup_p[0])) {                          if (drop_connection(*newsock, startups, startup_p[0])) {
                                 close(*newsock);                                  close(*newsock);
                                 close(startup_p[0]);                                  close(startup_p[0]);

Legend:
Removed from v.1.581  
changed lines
  Added in v.1.582