[openssh-commits] [openssh] branch master updated: upstream: unbreak; spotted by Darren's test army
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 5 16:23:39 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ac4a41265 upstream: unbreak; spotted by Darren's test army
ac4a41265 is described below
commit ac4a41265a3beccba7dc6f45c657298311280f01
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue May 5 06:21:14 2026 +0000
upstream: unbreak; spotted by Darren's test army
OpenBSD-Commit-ID: e95ceda842a2c7a08fc00ac3a529877d87fee7b2
---
channels.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/channels.h b/channels.h
index 84112cfa4..2ce972b2a 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.165 2026/05/05 05:34:27 djm Exp $ */
+/* $OpenBSD: channels.h,v 1.166 2026/05/05 06:21:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -84,7 +84,7 @@
/* default pattern-lists used to classify channel types as bulk */
#define CHANNEL_BULK_TTY ""
-#define CHANNEL_BULK_NOTTY "direct-*,forwarded-*,dynamic-*,"
+#define CHANNEL_BULK_NOTTY "direct-*,forwarded-*,dynamic-*," \
"tun-*,x11-*,session*"
struct ssh;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list