upstream: r1.522 deleted one too many lines; repair

OpenBSD-Commit-ID: 1af8851fd7a99e4a887b19aa8f4c41a6b3d25477
This commit is contained in:
djm@openbsd.org 2020-04-03 06:07:57 +00:00 committed by Damien Miller
parent 668cb3585c
commit 8162402698
1 changed files with 2 additions and 1 deletions

3
ssh.c
View File

@ -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>
* 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) {
cp = options.forward_agent_sock_path;
if (cp[0] == '$') {
if (!valid_env_name(cp + 1)) {
fatal("Invalid ForwardAgent environment variable name %s", cp);