[openssh-commits] [openssh] 02/02: upstream: whitespace
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 1 11:09:22 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 088ca00b8f19a0257b2f869cb828ab75e99ab3a1
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Jul 1 01:08:51 2026 +0000
upstream: whitespace
OpenBSD-Commit-ID: 730e54174b2182c7011cc87a0fdae595cd9bcc2d
---
clientloop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clientloop.c b/clientloop.c
index a34db499a..49950cecc 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.424 2026/07/01 01:06:54 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.425 2026/07/01 01:08:51 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1598,7 +1598,7 @@ client_loop(struct ssh *ssh, int have_pty, int escape_char_arg,
if (siginfo_received) {
char ident[256];
- sshpkt_fmt_connection_id(ssh, ident, sizeof(ident));
+ sshpkt_fmt_connection_id(ssh, ident, sizeof(ident));
logit("%s: connection to %s, up %.1f seconds",
__progname, ident, monotime_double() - start_time);
siginfo_received = 0;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list