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 8931ecf81..4998ebc16 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.514 2020/01/25 00:03:36 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.515 2020/01/25 00:21:08 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
@@ -1248,7 +1248,7 @@ main(int ac, char **av)
1248 strcmp(options.proxy_command, "-") == 0 && 1248 strcmp(options.proxy_command, "-") == 0 &&
1249 options.proxy_use_fdpass) 1249 options.proxy_use_fdpass)
1250 fatal("ProxyCommand=- and ProxyUseFDPass are incompatible"); 1250 fatal("ProxyCommand=- and ProxyUseFDPass are incompatible");
1251 if (options.control_persist && 1251 if (options.control_persist && options.control_path != NULL &&
1252 options.update_hostkeys == SSH_UPDATE_HOSTKEYS_ASK) { 1252 options.update_hostkeys == SSH_UPDATE_HOSTKEYS_ASK) {
1253 debug("UpdateHostKeys=ask is incompatible with ControlPersist; " 1253 debug("UpdateHostKeys=ask is incompatible with ControlPersist; "
1254 "disabling"); 1254 "disabling");