Skip to content

Commit ac4a412

Browse files
committed
upstream: unbreak; spotted by Darren's test army
OpenBSD-Commit-ID: e95ceda842a2c7a08fc00ac3a529877d87fee7b2
1 parent 3754f2e commit ac4a412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

channels.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: channels.h,v 1.165 2026/05/05 05:34:27 djm Exp $ */
1+
/* $OpenBSD: channels.h,v 1.166 2026/05/05 06:21:14 djm Exp $ */
22

33
/*
44
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -84,7 +84,7 @@
8484

8585
/* default pattern-lists used to classify channel types as bulk */
8686
#define CHANNEL_BULK_TTY ""
87-
#define CHANNEL_BULK_NOTTY "direct-*,forwarded-*,dynamic-*,"
87+
#define CHANNEL_BULK_NOTTY "direct-*,forwarded-*,dynamic-*," \
8888
"tun-*,x11-*,session*"
8989

9090
struct ssh;

0 commit comments

Comments
 (0)