[openssh-commits] [openssh] 09/10: upstream: fix case for ssh -G option output; bz4005, reported by

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 15 15:38:13 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 8abd726ee36ddfabdbee50c325264d68d99ff21c
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Sep 15 05:16:43 2026 +0000

    upstream: fix case for ssh -G option output; bz4005, reported by
    
    Khush Patel
    
    OpenBSD-Commit-ID: 7ad9df4697b653c21253cea94bf95b87e7108717
---
 readconf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readconf.c b/readconf.c
index bc48b4f55..c746ec3f7 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.415 2026/07/21 05:21:29 djm Exp $ */
+/* $OpenBSD: readconf.c,v 1.416 2026/09/15 05:16:43 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -3891,7 +3891,7 @@ dump_client_config(Options *o, const char *host)
 	printf("\n");
 
 	/* oCanonicalizePermittedCNAMEs */
-	printf("canonicalizePermittedcnames");
+	printf("canonicalizepermittedcnames");
 	if (o->num_permitted_cnames == 0)
 		printf(" none");
 	for (i = 0; i < o->num_permitted_cnames; i++) {

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list