CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/30 01:19:50
Modified files:
usr.bin/ssh : ssh.c
Log message:
Ignore return value from muxclient(). It normally loops without returning,
but it if returns on failure we immediately exit. Coverity CID 405050.
