CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/09 20:01:51
Modified files:
usr.bin/ssh : channels.c
Log message:
Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since there's
not much we can do anyway. From Coverity CID 291857, ok djm@
