[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.202 and 1.203

version 1.202, 2014/01/29 06:18:35 version 1.203, 2014/01/31 16:39:19
Line 1184 
Line 1184 
                 /* If IdentitiesOnly set and key not found then don't use it */                  /* If IdentitiesOnly set and key not found then don't use it */
                 if (!found && options.identities_only) {                  if (!found && options.identities_only) {
                         TAILQ_REMOVE(&files, id, next);                          TAILQ_REMOVE(&files, id, next);
                         bzero(id, sizeof(*id));                          explicit_bzero(id, sizeof(*id));
                         free(id);                          free(id);
                 }                  }
         }          }

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203