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

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

version 1.116, 2003/11/21 11:57:03 version 1.117, 2003/12/02 17:01:15
Line 1116 
Line 1116 
                 perror("bind");                  perror("bind");
                 cleanup_exit(1);                  cleanup_exit(1);
         }          }
         if (listen(sock, 128) < 0) {          if (listen(sock, SSH_LISTEN_BACKLOG) < 0) {
                 perror("listen");                  perror("listen");
                 cleanup_exit(1);                  cleanup_exit(1);
         }          }

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