[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.480 and 1.481

version 1.480, 2018/06/06 18:22:41 version 1.481, 2018/06/08 03:35:36
Line 2068 
Line 2068 
                 filename = percent_expand(cp,                  filename = percent_expand(cp,
                     "d", pw->pw_dir,                      "d", pw->pw_dir,
                     "h", host,                      "h", host,
                     "i", host,                      "i", uidstr,
                     "l", thishost,                      "l", thishost,
                     "r", options.user,                      "r", options.user,
                     "u", pw->pw_name,                      "u", pw->pw_name,

Legend:
Removed from v.1.480  
changed lines
  Added in v.1.481