X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5063f6911e42650ead6921e55dda6a7a42a92555..af455852622725944c23661496cd59e9c178595d:/ssh.c diff --git a/ssh.c b/ssh.c index c419a89d..a40c00d8 100644 --- a/ssh.c +++ b/ssh.c @@ -9329,13 +9329,6 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, ssh_special(ssh, TS_EOF); /* - * All the initial channel requests are done, so install the default - * response handler. - */ - ssh->packet_dispatch[SSH2_MSG_CHANNEL_SUCCESS] = ssh2_msg_channel_response; - ssh->packet_dispatch[SSH2_MSG_CHANNEL_FAILURE] = ssh2_msg_channel_response; - - /* * Transfer data! */ if (ssh->ldisc)