[openssh-commits] [openssh] 01/02: upstream: move comment to a better place; suggested by markus@
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Aug 8 17:35: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 08d9155d6eefd8f7bccd07140af1d67b94e67bb8
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sat Aug 8 07:25:55 2026 +0000
upstream: move comment to a better place; suggested by markus@
OpenBSD-Commit-ID: 451ba42a5dc88723a0b8837d4583957f18edbf40
---
sshconnect2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshconnect2.c b/sshconnect2.c
index a28137c76..0d4888402 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect2.c,v 1.392 2026/08/03 06:50:49 djm Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.393 2026/08/08 07:25:55 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -1869,9 +1869,9 @@ pubkey_prepare(struct ssh *ssh, Authctxt *authctxt)
}
}
ssh_free_identitylist(idlist);
+ /* append remaining agent keys */
TAILQ_CONCAT(&agent_keys, &agent, next);
order_identities_by_prio(&agent_keys);
- /* append remaining agent keys */
TAILQ_CONCAT(preferred, &agent_keys, next);
authctxt->agent_fd = agent_fd;
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list