diff options
Diffstat (limited to 'sshconnect.c')
-rw-r--r-- | sshconnect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c index 0b33ea58b..40251ee07 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.c,v 1.323 2019/11/13 04:47:52 deraadt Exp $ */ | 1 | /* $OpenBSD: sshconnect.c,v 1.324 2020/01/09 03:28:38 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -86,7 +86,7 @@ static void warn_changed_key(struct sshkey *); | |||
86 | /* Expand a proxy command */ | 86 | /* Expand a proxy command */ |
87 | static char * | 87 | static char * |
88 | expand_proxy_command(const char *proxy_command, const char *user, | 88 | expand_proxy_command(const char *proxy_command, const char *user, |
89 | const char *host, const char *host_arg, int port) | 89 | const char *host_arg, const char *host, int port) |
90 | { | 90 | { |
91 | char *tmp, *ret, strport[NI_MAXSERV]; | 91 | char *tmp, *ret, strport[NI_MAXSERV]; |
92 | 92 | ||