[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.211 and 1.212

version 1.211, 2013/10/23 03:03:07 version 1.212, 2013/10/23 03:05:19
Line 464 
Line 464 
         port = options->port <= 0 ? default_ssh_port() : options->port;          port = options->port <= 0 ? default_ssh_port() : options->port;
         ruser = options->user == NULL ? pw->pw_name : options->user;          ruser = options->user == NULL ? pw->pw_name : options->user;
         if (options->hostname != NULL) {          if (options->hostname != NULL) {
                   /* NB. Please keep in sync with ssh.c:main() */
                 host = percent_expand(options->hostname,                  host = percent_expand(options->hostname,
                     "h", host_arg, (char *)NULL);                      "h", host_arg, (char *)NULL);
         } else          } else

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212