Skip to content

Commit dd73459

Browse files
committed
upstream: oops, I accidentally backed out the typo fix
OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8
1 parent 0cb9458 commit dd73459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: ssh.c,v 1.611 2025/04/09 01:23:47 djm Exp $ */
1+
/* $OpenBSD: ssh.c,v 1.612 2025/04/09 01:24:40 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <[email protected]>
44
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -1463,7 +1463,7 @@ main(int ac, char **av)
14631463
fatal("remote username contains invalid characters");
14641464
}
14651465

1466-
/* Now User is expanded, store it an calculate hash. */
1466+
/* Now User is expanded, store it and calculate hash. */
14671467
cinfo->remuser = xstrdup(options.user);
14681468
cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,
14691469
cinfo->remhost, cinfo->portstr, cinfo->remuser, cinfo->jmphost);

0 commit comments

Comments
 (0)