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

Diff for /src/usr.bin/ssh/ssh.c between version 1.439 and 1.440

version 1.439, 2016/05/04 12:21:53 version 1.440, 2016/05/04 14:29:58
Line 1287 
Line 1287 
         load_public_identity_files();          load_public_identity_files();
   
         /* optionally set the SSH_AUTHSOCKET_ENV_NAME varibale */          /* optionally set the SSH_AUTHSOCKET_ENV_NAME varibale */
         if (options.identity_agent) {          if (options.identity_agent &&
               strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) {
                 if (strcmp(options.identity_agent, "none") == 0) {                  if (strcmp(options.identity_agent, "none") == 0) {
                         unsetenv(SSH_AUTHSOCKET_ENV_NAME);                          unsetenv(SSH_AUTHSOCKET_ENV_NAME);
                 } else {                  } else {

Legend:
Removed from v.1.439  
changed lines
  Added in v.1.440