For "ssh -V" always exit 0, there is no need to check opt again.
authormillert <millert@openbsd.org>
Tue, 17 Jan 2023 18:52:44 +0000 (18:52 +0000)
committermillert <millert@openbsd.org>
Tue, 17 Jan 2023 18:52:44 +0000 (18:52 +0000)
commitdc4459a62764d7c2badf0b1b91c1bfb1e188a99e
tree598324552365d930109eb9de38f1a47438c4c378
parentac7f9f195fcb894c4b09110d7020d01847cd7040
For "ssh -V" always exit 0, there is no need to check opt again.
This was missed when the fallthrough in the switch case above it
was removed.  OK deraadt@
usr.bin/ssh/ssh.c