]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: bring back debug() removed in rev 1.74; noted by pradeep
authormarkus@openbsd.org <markus@openbsd.org>
Thu, 30 Apr 2020 17:12:20 +0000 (17:12 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 May 2020 03:13:29 +0000 (13:13 +1000)
kumar

OpenBSD-Commit-ID: 8d134d22ab25979078a3b48d058557d49c402e65

mux.c

diff --git a/mux.c b/mux.c
index 5efc849c4b3c1f5fd2d955fdddff49105b08368a..fb31ad448d54f1eab36dcfc7424d30a49d39540d 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.81 2020/01/23 07:10:22 dtucker Exp $ */
+/* $OpenBSD: mux.c,v 1.82 2020/04/30 17:12:20 markus Exp $ */
 /*
  * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
  *
@@ -1987,6 +1987,7 @@ mux_client_request_session(int fd)
        case MUX_S_SESSION_OPENED:
                if ((r = sshbuf_get_u32(m, &sid)) != 0)
                        fatal("%s: decode ID: %s", __func__, ssh_err(r));
+               debug("%s: master session id: %u", __func__, sid);
                break;
        case MUX_S_PERMISSION_DENIED:
                if ((r = sshbuf_get_cstring(m, &e, NULL)) != 0)