[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.488 and 1.489

version 1.488, 2018/07/19 10:28:47 version 1.489, 2018/07/25 13:10:56
Line 1979 
Line 1979 
                 free(keys);                  free(keys);
         }          }
 #endif /* ENABLE_PKCS11 */  #endif /* ENABLE_PKCS11 */
         if ((pw = getpwuid(original_real_uid)) == NULL)  
                 fatal("load_public_identity_files: getpwuid failed");  
         for (i = 0; i < options.num_identity_files; i++) {          for (i = 0; i < options.num_identity_files; i++) {
                 if (n_ids >= SSH_MAX_IDENTITY_FILES ||                  if (n_ids >= SSH_MAX_IDENTITY_FILES ||
                     strcasecmp(options.identity_files[i], "none") == 0) {                      strcasecmp(options.identity_files[i], "none") == 0) {

Legend:
Removed from v.1.488  
changed lines
  Added in v.1.489