[openssh-commits] [openssh] 02/04: upstream: whitespace
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 24 19:25:24 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 b360f3a675e24b0dbb2ec30d985e3b6756996c0d
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Jun 17 01:20:17 2025 +0000
upstream: whitespace
OpenBSD-Commit-ID: 6e96814bcf70d0edbb0749ec61cc4fd8707f286d
---
clientloop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clientloop.c b/clientloop.c
index b98413342..5f6577f65 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.411 2025/06/16 08:53:04 dtucker Exp $ */
+/* $OpenBSD: clientloop.c,v 1.412 2025/06/17 01:20:17 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2420,7 +2420,7 @@ client_global_hostkeys_prove_confirm(struct ssh *ssh, int type,
/* Make the edits to known_hosts */
update_known_hosts(ctx);
out:
- sshbuf_free(signdata);
+ sshbuf_free(signdata);
hostkeys_update_ctx_free(ctx);
hostkeys_update_complete = 1;
client_repledge();
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list