[openssh-commits] [openssh] 01/02: upstream: typo
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 9 09:12:38 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 985d8cbcd3438cc36b4e709476f1783e358ddfb1
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Apr 8 23:10:08 2025 +0000
upstream: typo
OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99
---
ssh.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssh.c b/ssh.c
index 6d3d111ab..de2397374 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.609 2025/03/03 06:53:09 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.610 2025/04/08 23:10:08 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1463,7 +1463,7 @@ main(int ac, char **av)
fatal("remote username contains invalid characters");
}
- /* Now User is expanded, store it an calculate hash. */
+ /* Now User is expanded, store it and calculate hash. */
cinfo->remuser = xstrdup(options.user);
cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list