[openssh-commits] [openssh] 03/06: upstream: fix debug statement

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 3 15:41:39 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit ebd29e90129cf18fedfcfe1de86e324228669295
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Apr 3 04:06:26 2020 +0000

    upstream: fix debug statement
    
    OpenBSD-Commit-ID: 42c6edeeda5ce88b51a20d88c93be3729ce6b916
---
 ssh.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh.c b/ssh.c
index 2ae45413..e8bf9cb6 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.524 2020/04/03 04:03:51 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.525 2020/04/03 04:06:26 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1679,7 +1679,7 @@ forwarding_success(void)
 	if (forward_confirms_pending == -1)
 		return;
 	if (--forward_confirms_pending == 0) {
-		debug("%s: all expected forwarding replies received");
+		debug("%s: all expected forwarding replies received", __func__);
 		if (fork_after_authentication_flag)
 			fork_postauth();
 	} else {

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


More information about the openssh-commits mailing list