summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index d3619fe29..a361500f1 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.475 2018/02/23 15:58:38 markus Exp $ */ 1/* $OpenBSD: ssh.c,v 1.476 2018/04/10 00:10:49 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
@@ -1485,7 +1485,7 @@ main(int ac, char **av)
1485 /* load options.identity_files */ 1485 /* load options.identity_files */
1486 load_public_identity_files(pw); 1486 load_public_identity_files(pw);
1487 1487
1488 /* optionally set the SSH_AUTHSOCKET_ENV_NAME varibale */ 1488 /* optionally set the SSH_AUTHSOCKET_ENV_NAME variable */
1489 if (options.identity_agent && 1489 if (options.identity_agent &&
1490 strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) { 1490 strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) {
1491 if (strcmp(options.identity_agent, "none") == 0) { 1491 if (strcmp(options.identity_agent, "none") == 0) {