upstream: r1.522 deleted one too many lines; repair
OpenBSD-Commit-ID: 1af8851fd7a99e4a887b19aa8f4c41a6b3d25477
This commit is contained in:
parent
668cb3585c
commit
8162402698
3
ssh.c
3
ssh.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: ssh.c,v 1.525 2020/04/03 04:06:26 djm Exp $ */
|
/* $OpenBSD: ssh.c,v 1.526 2020/04/03 06:07:57 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -1543,6 +1543,7 @@ main(int ac, char **av)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.forward_agent && options.forward_agent_sock_path != NULL) {
|
if (options.forward_agent && options.forward_agent_sock_path != NULL) {
|
||||||
|
cp = options.forward_agent_sock_path;
|
||||||
if (cp[0] == '$') {
|
if (cp[0] == '$') {
|
||||||
if (!valid_env_name(cp + 1)) {
|
if (!valid_env_name(cp + 1)) {
|
||||||
fatal("Invalid ForwardAgent environment variable name %s", cp);
|
fatal("Invalid ForwardAgent environment variable name %s", cp);
|
||||||
|
|
Loading…
Reference in New Issue