We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5423cc8 commit e54068eCopy full SHA for e54068e
ssh.c
@@ -1216,7 +1216,7 @@ main(int ac, char **av)
1216
if (options.hostname != NULL) {
1217
/* NB. Please keep in sync with readconf.c:match_cfg_line() */
1218
cp = percent_expand(options.hostname,
1219
- "n", host_arg, (char *)NULL);
+ "n", options.host_arg, (char *)NULL);
1220
free(host);
1221
host = cp;
1222
free(options.hostname);
0 commit comments