]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: whitespace
authordjm@openbsd.org <djm@openbsd.org>
Tue, 17 Jun 2025 01:20:17 +0000 (01:20 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 24 Jun 2025 09:25:17 +0000 (19:25 +1000)
OpenBSD-Commit-ID: 6e96814bcf70d0edbb0749ec61cc4fd8707f286d

clientloop.c

index b98413342e205a9e46cf0261a9412093911d370a..5f6577f6563282565bf4ef27d75bea5d2f9978bb 100644 (file)
@@ -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@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@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();