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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.19 and 1.20

version 1.19, 2000/08/19 21:34:43 version 1.20, 2000/08/28 03:50:54
Line 254 
Line 254 
         if (no_files) {          if (no_files) {
                 pw = getpwuid(getuid());                  pw = getpwuid(getuid());
                 if (!pw) {                  if (!pw) {
                         fprintf(stderr, "No user found with uid %d\n", (int) getuid());                          fprintf(stderr, "No user found with uid %u\n",
                               (u_int)getuid());
                         ssh_close_authentication_connection(ac);                          ssh_close_authentication_connection(ac);
                         exit(1);                          exit(1);
                 }                  }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20