diff options
author | djm@openbsd.org <djm@openbsd.org> | 2022-08-26 10:16:27 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-08-26 10:17:57 +0200 |
commit | 92382dbe8bf9ea1225b16858f9b9b208c15c7e8d (patch) | |
tree | bbb7b16ef4317099ad642f73e7fded4e32e99ee6 /sshconnect.c | |
parent | upstream: whitespace (diff) | |
download | openssh-92382dbe8bf9ea1225b16858f9b9b208c15c7e8d.tar.xz openssh-92382dbe8bf9ea1225b16858f9b9b208c15c7e8d.zip |
upstream: whitespace
OpenBSD-Commit-ID: a5d015efbfd228dc598ffdef612d2da3a579e5d8
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 dcd1036d1..7b3f260ee 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.c,v 1.357 2022/06/03 03:21:09 dtucker Exp $ */ +/* $OpenBSD: sshconnect.c,v 1.358 2022/08/26 08:16:27 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1334,7 +1334,7 @@ check_host_key(char *hostname, const struct ssh_conn_info *cinfo, if (options.exit_on_forward_failure && cancelled_forwarding) fatal("Error: forwarding disabled due to host key " "check failure"); - + /* * XXX Should permit the user to change to use the new id. * This could be done by converting the host key to an |