Fix a logic bug in sshd_exchange_identification which prevented clients
authorstsp <stsp@openbsd.org>
Tue, 23 Jan 2018 20:00:58 +0000 (20:00 +0000)
committerstsp <stsp@openbsd.org>
Tue, 23 Jan 2018 20:00:58 +0000 (20:00 +0000)
commit6a0be14257616885780d125e01f9558622e427f3
tree992c4484a4486ea718b766c9386d5eb0f6408a06
parente199612de1c40ad98e8ec52a0038c1566c3413a3
Fix a logic bug in sshd_exchange_identification which prevented clients
using major protocol version 2 from connecting to the server.
ok millert@
usr.bin/ssh/sshd.c