CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 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.