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

Diff for /src/usr.bin/ssh/auth2.c between version 1.12 and 1.13

version 1.12, 2000/07/07 03:55:03 version 1.13, 2000/08/20 18:42:40
Line 360 
Line 360 
                 copy->pw_passwd = xstrdup(pw->pw_passwd);                  copy->pw_passwd = xstrdup(pw->pw_passwd);
                 copy->pw_uid = pw->pw_uid;                  copy->pw_uid = pw->pw_uid;
                 copy->pw_gid = pw->pw_gid;                  copy->pw_gid = pw->pw_gid;
                   copy->pw_class = xstrdup(pw->pw_class);
                 copy->pw_dir = xstrdup(pw->pw_dir);                  copy->pw_dir = xstrdup(pw->pw_dir);
                 copy->pw_shell = xstrdup(pw->pw_shell);                  copy->pw_shell = xstrdup(pw->pw_shell);
                 authctxt->valid = 1;                  authctxt->valid = 1;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13