reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
authordjm <djm@openbsd.org>
Thu, 17 Jul 2014 07:22:19 +0000 (07:22 +0000)
committerdjm <djm@openbsd.org>
Thu, 17 Jul 2014 07:22:19 +0000 (07:22 +0000)
commit05f8d412f38a85914977f6bc879d8b0ce38d6ff9
treea39b60e245180fa285108e854d2b7bc818f90b5f
parent4a9ba4e77a672b00eff9325cd392d10c9981e27e
reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
previously we were always returning 0. bz#2255 reported by Brendan
Germain; ok dtucker
usr.bin/ssh/mux.c
usr.bin/ssh/ssh.c