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

Diff for /src/usr.bin/ssh/readconf.c between version 1.327 and 1.328

version 1.327, 2020/04/03 02:27:12 version 1.328, 2020/04/03 03:12:11
Line 660 
Line 660 
                         snprintf(uidstr, sizeof(uidstr), "%llu",                          snprintf(uidstr, sizeof(uidstr), "%llu",
                             (unsigned long long)pw->pw_uid);                              (unsigned long long)pw->pw_uid);
                         conn_hash_hex = ssh_connection_hash(thishost, host,                          conn_hash_hex = ssh_connection_hash(thishost, host,
                            portstr, pw->pw_name);                             portstr, ruser);
   
                         cmd = percent_expand(arg,                          cmd = percent_expand(arg,
                             "C", conn_hash_hex,                              "C", conn_hash_hex,

Legend:
Removed from v.1.327  
changed lines
  Added in v.1.328