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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.121 and 1.122

version 1.121, 2005/03/10 22:01:06 version 1.122, 2005/03/11 14:59:06
Line 707 
Line 707 
                     identity_file);                      identity_file);
                 if (inplace) {                  if (inplace) {
                         fprintf(stderr, "Not replacing existing known_hosts "                          fprintf(stderr, "Not replacing existing known_hosts "
                             "file beacuse of errors");                              "file because of errors\n");
                         fclose(out);                          fclose(out);
                         unlink(tmp);                          unlink(tmp);
                 }                  }

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122