Ignore return value from muxclient(). It normally loops without returning,
authordtucker <dtucker@openbsd.org>
Thu, 30 Mar 2023 07:19:50 +0000 (07:19 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 30 Mar 2023 07:19:50 +0000 (07:19 +0000)
commiteb1a962758950770ab86a4fc268e7f6bb4c8d852
tree85872f544836125659b2b0cc35541cc894bf6a86
parent02b7bb3399f778883914ed64ef9e777d6b49d43e
Ignore return value from muxclient().  It normally loops without returning,
but it if returns on failure we immediately exit.  Coverity CID 405050.
usr.bin/ssh/ssh.c