CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2018/05/24 21:20:59

Modified files:
        usr.bin/ssh    : packet.c 

Log message:
If select() fails in ssh_packet_read_seqnr go directly to the error path
instead of trying to read from the socket on the way out, which resets
errno and causes the true error to be misreported.  ok djm@

Reply via email to