Remove dead code from inside if block. The only way the if statement can
authordtucker <dtucker@openbsd.org>
Thu, 30 Mar 2023 00:49:37 +0000 (00:49 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 30 Mar 2023 00:49:37 +0000 (00:49 +0000)
commit444feb1e2cc3c8be83858fae4f5cd2c55a6ac36e
tree69757391ca32b4834ff0d6f7769ce37b0bd58201
parente3f6ba90cc00f3d7457f857a0fd00f2b435bc0ec
Remove dead code from inside if block.  The only way the if statement can
be true is if both dup()s fail, and in that case the tmp2 can never be set.
Coverity CID 291805, ok djm@
usr.bin/ssh/monitor_wrap.c