[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.388 and 1.389

version 1.388, 2013/10/17 00:46:49 version 1.389, 2013/10/23 03:05:19
Line 868 
Line 868 
   
         /* preserve host name given on command line for %n expansion */          /* preserve host name given on command line for %n expansion */
         if (options.hostname != NULL) {          if (options.hostname != NULL) {
                   /* NB. Please keep in sync with readconf.c:match_cfg_line() */
                 cp = percent_expand(options.hostname,                  cp = percent_expand(options.hostname,
                     "h", host, (char *)NULL);                      "h", host, (char *)NULL);
                 free(host);                  free(host);

Legend:
Removed from v.1.388  
changed lines
  Added in v.1.389