=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.388 retrieving revision 1.389 diff -u -r1.388 -r1.389 --- src/usr.bin/ssh/ssh.c 2013/10/17 00:46:49 1.388 +++ src/usr.bin/ssh/ssh.c 2013/10/23 03:05:19 1.389 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.388 2013/10/17 00:46:49 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.389 2013/10/23 03:05:19 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -868,6 +868,7 @@ /* preserve host name given on command line for %n expansion */ if (options.hostname != NULL) { + /* NB. Please keep in sync with readconf.c:match_cfg_line() */ cp = percent_expand(options.hostname, "h", host, (char *)NULL); free(host);