]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: misplaced debug message
authordjm@openbsd.org <djm@openbsd.org>
Mon, 10 Jul 2023 04:51:26 +0000 (04:51 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 14 Jul 2023 05:33:29 +0000 (15:33 +1000)
OpenBSD-Commit-ID: d0f12af0a5067a756aa707bc39a83fa6f58bf7e5

ssh-agent.c

index c72518ba353707e1f89d85117e68ca05a5e182a8..9a9749430de18985fa36e15b4419b879abc4c765 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.298 2023/03/31 04:45:08 dtucker Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.299 2023/07/10 04:51:26 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -843,8 +843,8 @@ process_sign_request2(SocketEntry *e)
        }
        /* Success */
        ok = 0;
- send:
        debug_f("good signature");
+ send:
        notify_complete(notifier, "User presence confirmed");
 
        if (ok == 0) {