CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/19 15:30:52
Modified files:
usr.bin/ssh : serverloop.c
Log message:
fix error in refactor: use ssh_packet_disconnect() instead of
sshpkt_error(). The first one logs the error and exits (what we want)
instead of just logging and blundering on.
