CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/11/23 18:24:15
Modified files: usr.bin/ssh : channels.c Log message: remove a debug() that pollutes stderr on client connecting to a server in debug mode (channel_close_fds is called transitively from the session code post-fork); bz#1719, ok dtucker