[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.447 and 1.448

version 1.447, 2016/09/30 09:19:13 version 1.448, 2016/12/06 07:48:01
Line 2078 
Line 2078 
                         free(cp);                          free(cp);
                         continue;                          continue;
                 }                  }
                   /* NB. leave filename pointing to private key */
                   identity_files[n_ids] = xstrdup(filename);
                 identity_keys[n_ids] = public;                  identity_keys[n_ids] = public;
                 identity_files[n_ids] = cp;  
                 n_ids++;                  n_ids++;
         }          }
   

Legend:
Removed from v.1.447  
changed lines
  Added in v.1.448