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

Diff for /src/usr.bin/ssh/authfd.c between version 1.84 and 1.85

version 1.84, 2010/08/31 11:54:45 version 1.85, 2011/05/15 08:09:01
Line 108 
Line 108 
                 return -1;                  return -1;
   
         /* close on exec */          /* close on exec */
         if (fcntl(sock, F_SETFD, 1) == -1) {          if (fcntl(sock, F_SETFD, FD_CLOEXEC) == -1) {
                 close(sock);                  close(sock);
                 return -1;                  return -1;
         }          }

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85