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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.257 and 1.258

version 1.257, 2017/04/30 23:18:44 version 1.258, 2017/05/05 10:42:49
Line 1337 
Line 1337 
                 if (r != SSH_ERR_AGENT_NOT_PRESENT)                  if (r != SSH_ERR_AGENT_NOT_PRESENT)
                         debug("%s: ssh_get_authentication_socket: %s",                          debug("%s: ssh_get_authentication_socket: %s",
                             __func__, ssh_err(r));                              __func__, ssh_err(r));
         } else if ((r = ssh_fetch_identitylist(agent_fd, 2, &idlist)) != 0) {          } else if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) {
                 if (r != SSH_ERR_AGENT_NO_IDENTITIES)                  if (r != SSH_ERR_AGENT_NO_IDENTITIES)
                         debug("%s: ssh_fetch_identitylist: %s",                          debug("%s: ssh_fetch_identitylist: %s",
                             __func__, ssh_err(r));                              __func__, ssh_err(r));

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258