X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/cba1e4b5171a9ee902db283e21272984a6ddf79a..0e3607ed667182fb33bf93b9e7cd60a8e6e8af87:/ssh.c diff --git a/ssh.c b/ssh.c index 55cecbd2..24391d38 100644 --- a/ssh.c +++ b/ssh.c @@ -5724,7 +5724,7 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen, * it would only confuse the layer above. */ if (s->activated_authconn) { - crReturn(1); + crReturn(0); } s->activated_authconn = TRUE;