CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/07 02:02:32
Modified files:
usr.bin/ssh : channels.c channels.h
Log message:
don't reuse c->isatty for signalling that the remote channel
has a tty attached as this causes side effects, e.g. in
channel_handle_rfd(). bz3872
ok markus@
