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

Diff for /src/usr.bin/ssh/session.c between version 1.321 and 1.322

version 1.321, 2020/07/03 06:46:41 version 1.322, 2020/07/03 07:02:37
Line 972 
Line 972 
   
         do_xauth =          do_xauth =
             s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;              s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;
         user_rc = tilde_expand_filename("~/" _PATH_SSH_USER_RC, getuid());          xasprintf(&user_rc, "%s/%s", s->pw->pw_dir, _PATH_SSH_USER_RC);
   
         /* ignore _PATH_SSH_USER_RC for subsystems and admin forced commands */          /* ignore _PATH_SSH_USER_RC for subsystems and admin forced commands */
         if (!s->is_subsystem && options.adm_forced_command == NULL &&          if (!s->is_subsystem && options.adm_forced_command == NULL &&

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.322