CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/05 06:28:19
Modified files:
usr.bin/ssh : channels.c
Log message:
Only check errno if read() has returned an error. EOF is not an error.
This fixes a problem where the mux master would sporadically fail to
notice that the client had exited.
ok mikeb@ djm@
